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 Distribution
Close
Hashes for object_detection_tf-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa238c435c756b6ef73b4be9501900110c6442e65561e61f1fc3e6f1d0fd3cab |
|
MD5 | 94157a0fca41d5550fc458185ec88507 |
|
BLAKE2b-256 | a77cf2afdee887cd641b51f65e792c4a8c3529fce2914e91e4f2f667684f95b5 |
Close
Hashes for object_detection_tf-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 848dd10168ea62c4f103a594b3ebb569306ebfd3a97c997cd9ba67d2b13cc5f3 |
|
MD5 | a09cf96607e578880e1845603a5e45ed |
|
BLAKE2b-256 | 9dd4672e5f2bf775b6d2b3a97dfb936092ec0eedf7c34361ccd049476a6c549f |