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
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
File details
Details for the file tf_object_detection-0.0.3.tar.gz
.
File metadata
- Download URL: tf_object_detection-0.0.3.tar.gz
- Upload date:
- Size: 831.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1d81c9d25cb9ee173f0e0e10593656991057a06ce0a4cd55a93d058050a407f |
|
MD5 | dec45638fc91c3cd6a03a4240ce5a16f |
|
BLAKE2b-256 | 2bfc8f1e46b7a584c18140e6f88e74affecea7c69cbdf79e7dc4edb8b6faa6f7 |
File details
Details for the file tf_object_detection-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: tf_object_detection-0.0.3-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cbb2cbe45d20f466cb1ae81eec5d8847d61bb1eb468c14657c0a6a121f90b42 |
|
MD5 | d7ae2200792ad9539c895a7ccb06c848 |
|
BLAKE2b-256 | e98c9e99bf07e1c92b37d97623c4c02ebd393ba66b56949fe751a5375f5c88a6 |