All Projects → zamblauskas → oidv4-toolkit-tfrecord-generator

zamblauskas / oidv4-toolkit-tfrecord-generator

Licence: MIT license
Generate TFRecord for images downloaded using EscVM/OIDv4_ToolKit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to oidv4-toolkit-tfrecord-generator

Tensorflow2-ObjectDetectionAPI-Colab-Hands-On
Tensorflow2 Object Detection APIのハンズオン用資料です(Hands-on documentation for the Tensorflow2 Object Detection API)
Stars: ✭ 33 (+153.85%)
Mutual labels:  object-detection-api
herokuobjectdetection
This is the code for Medium tutorial
Stars: ✭ 17 (+30.77%)
Mutual labels:  object-detection-api

EscVM/OIDv4_ToolKit downloads images of classes of interest from Open Images Dataset instead of downloading the full set (many many GBs of data).
This script generates TFRecord to be used for training a Tensorflow object detection model.

Usage:

python generate-tfrecord.py \
--classes_file=./OIDv4_ToolKit/classes.txt \
--class_descriptions_file=./OIDv4_ToolKit/OID/csv_folder/class-descriptions-boxable.csv \
--annotations_file=./OIDv4_ToolKit/OID/csv_folder/train-annotations-bbox.csv \
--images_dir=./OIDv4_ToolKit/OID/Dataset/train \
--output_file=./train.tfrecord
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].