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.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50c0e92df5ebb3324f22a0cf2fa5bc79f83155d5132f444737abb7923dfb1e35 |
|
MD5 | a7baf26c881a2111412ca39fec9c1d03 |
|
BLAKE2b-256 | 64bf8ba94bf5b70ff7ae3fd4e934a415eb41ff47283f2cb5d38d465ca9d5e1c6 |
Close
Hashes for object_detection_tf-0.0.7-py3.7.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45db18d0f151ede2f53c202a102c0607f2e5207b5dfbc80e2e152bcf49f1cf49 |
|
MD5 | 84aaececdc4ea090eb6e25801e817ad4 |
|
BLAKE2b-256 | 11a9b385b188f3d7e82a86ee4a27bcd6684d1043d308918584a862bc07c9e36e |
Close
Hashes for object_detection_tf-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84dcc08773dea7393446a1b5839d067c38bfd664673e11ac13d1204f2fdee0f3 |
|
MD5 | 559a0bdccb0e2923f6d3e7d329a64679 |
|
BLAKE2b-256 | 025570b28f03267f079af092cc3e0a4fd1f178e86a97aafe3d1dfd7a5183e604 |