You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget http://www.robots.ox.ac.uk/~vgg/data/pets/data/images.tar.gz
wget http://www.robots.ox.ac.uk/~vgg/data/pets/data/annotations.tar.gz
tar -xvf annotations.tar.gz
tar -xvf images.tar.gz
Reference
Models
Set the fine_tune_checkpoint in config files.
Download
Convert the Pets dataset to tfrecord format
YOUR_OBJECT_DETECTION_PATH is the models/research/object_detection
Training
The trainig model will save in the modeldir ($MODEL_DIR) folder
The checkpoint will typically consist of three files:
Export the Model
Test the model
refer to the object_detection_tutorial.ipynb to modify to read the local model.
The text was updated successfully, but these errors were encountered: