Created
August 15, 2020 01:32
-
-
Save Namburger/f6adbe0a21a7a4fbe41f8a16de7b40a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Let's begin training, expects to take a few hours, time for a good stretch :) | |
%cd /content/models/research/ | |
!python3 object_detection/model_main.py \ | |
--logtostderr=true \ | |
--model_dir=/content/train \ | |
--pipeline_config_path=/content/models/research/object_detection/samples/configs/ssdlite_mobiledet_edgetpu_320x320_coco_sync_4x4.config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment