Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Latest commit

 

History

History

README.md

SSD MobileNet v1 INT8 Re-Creation

This folder contains scripts that allow you to re-create the model and benchmark it's performance.

Requirements

The scripts in this folder requires that the following must be installed:

  • Python 3.7
  • protoc

Running The Script

Recreate The Model

Run the following command in a terminal: ./quantize_ssd_mobilenet_v1.sh

Benchmarking The Model

Run the following command in a terminal: ./benchmark_ssd_mobilenet_v1.sh