Skip to content

dotannn/objectdetect

Repository files navigation

Setting-up Tensorflow Object Detection API

Prerequisites:

Get the code

Clone objectdetect repository from https://github.com/dotannn/objectdetect go to utils directory and run download_model sctipt :

python download_model.py --model <model_name>

if you don't know which model do you want, go to https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md to see a list of optional pre-trained models. or just leave it empty for default model.

Now, test the code by running run_inference.py script. this will run the pretrained model on the sample image in data/sample dir. here's the result:

res0

Prepare data for training

Run training and debug results

Test on new data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published