Skip to content

Instantly share code, notes, and snippets.

@Namburger
Created August 15, 2020 01:32
Show Gist options
  • Save Namburger/f6adbe0a21a7a4fbe41f8a16de7b40a6 to your computer and use it in GitHub Desktop.
Save Namburger/f6adbe0a21a7a4fbe41f8a16de7b40a6 to your computer and use it in GitHub Desktop.
# 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