项目作者: jahongir7174

项目描述 :
EfficientDet implementation using TensorFlow 2 Object Detection API
高级语言: Python
项目地址: git://github.com/jahongir7174/EfficientDet-api.git
创建时间: 2020-09-24T03:16:34Z
项目社区:https://github.com/jahongir7174/EfficientDet-api

开源协议:

下载


EfficientDet

EfficientDet implementation for object detection using TensorFlow 2 Object Detection API

Usage

  • Put your label file to the nets/data folder, see example in this folder
  • Run python generate.py for generating train and test tensorflow record files. Please, change set and output_path arguments related to train and val set
  • Run python train.py for training

Dataset structure

  1. ├── Dataset folder
  2. ├── IMAGES
  3. ├── 1111.jpg
  4. ├── 2222.jpg
  5. ├── LABELS
  6. ├── 1111.xml
  7. ├── 2222.xml
  8. ├── train.txt
  9. ├── val.txt

Note