Skip to content

Instantly share code, notes, and snippets.

@StanCallewaert
Last active April 3, 2019 12:13
Show Gist options
  • Save StanCallewaert/bd2904cbca1c7c97c061b6b0ec60507f to your computer and use it in GitHub Desktop.
Save StanCallewaert/bd2904cbca1c7c97c061b6b0ec60507f to your computer and use it in GitHub Desktop.
Package the Object Detection API, pycocotools, and TF Slim
bash object_detection/dataset_tools/create_pycocotools_package.sh /tmp/pycocotools
python setup.py sdist
(cd slim && python setup.py sdist)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment