A Thin Wrapper around Tensorflow Object Detection API for Easy Installation and Use
Project description
tf_object_detection
This is a thin wrapper around Tensorflow Object Detection API for easy installation and use. The original installation procedure contains multiple manual steps that make dependency management difficult. This repository creates a pip package that automate the installation so that you can install the API with a single pip install.
Installation
pip install tf-object-detection[tf]
Or for tensorflow with GPU support,
pip install tf-object-detection[tf-gpu]
Usage
All the scripts from tensorflow object detection APIs work out-of-box. You can find an example usages from the API's model_main.py.
import object_detection
What's in here
- setup.py: The python packaging script.
PROTOC
Environment variable should be set so thatsetup.py
can compile as part of thesetup.py
execution.
# Download and setup all required dependencies required for tensorflow object
# detection libarary to work correctly.
$ python setup.py install
- tf_object_detection: A git submodule pointing to the version of tensorflow object detection this thin wrapper is for.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Close
Hashes for object_detection_tf-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c574959efb0252b79cbe85404eda62247eabaa74dd5152f265ea17085f3eeecf |
|
MD5 | c3f0077a6c58e708b0c1beb9b1c6b29a |
|
BLAKE2b-256 | 547216ac31558cbf66f80443e6ea22c00e5bfbdb6e6ea987df87c9355e60fdfa |
Close
Hashes for object_detection_tf-0.0.4-py3.7.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96ecf93a4142f614d9b1e60d74e6f8438a2475cb37e3f62a1cd02b0dbbb7edae |
|
MD5 | 803fbff0becf64ca4e50c9eb0a350510 |
|
BLAKE2b-256 | 229ae8f5de09f0f013b521ceba68c3cb4b9efcaa0dc00c1ebe63c661247ed56e |
Close
Hashes for object_detection_tf-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7aae74906f3fc24eb5f1e40bdd344530421fd64b797e16f880263b7f7ec6429b |
|
MD5 | 2bf11e97418c1258ee812f1ec7093665 |
|
BLAKE2b-256 | d0b771a588240df473c143572b7b54c536904d1b1c46d05945369554ae70ba16 |