EfficientDet implementation using TensorFlow 2 Object Detection API
EfficientDet implementation for object detection using TensorFlow 2 Object Detection API
nets/data
folder, see example in this folderpython generate.py
for generating train and test tensorflow record files. Please, change set
and output_path
arguments related to train and val setpython train.py
for training
├── Dataset folder
├── IMAGES
├── 1111.jpg
├── 2222.jpg
├── LABELS
├── 1111.xml
├── 2222.xml
├── train.txt
├── val.txt
train.txt
and val.txt
format, see VOC2012/ImageSets/Main/train.txt