tensorflow / tensorflow/models

Colab Notebook to Train EfficientDet in the TensorFlow 2 Object Detection API

Open
#8,887 14 comments 17 reactions 3 assignees View on GitHub

@pkulzc is already working on this.

Since Jul 17, 2020.

models:research:odapi type:docs
Dominant language
Python
Stars
77.7k
Forks
44.8k
PR merge metrics
No merged PRs in 30d

Description

Prerequisites

  • [X ] I checked to make sure that this issue has not been filed already.

1. The entire URL of the documentation with the issue

The tutorial documentation was useful but did not generalize to EfficientDet well. To write this tutorial, I drew from the following resources:

2. Describe the issue

Using the above resources, I wrote a tutorial to train EfficientDet in Google Colab with the TensorFlow 2 Object Detection API.

You can run this tutorial by changing just one line for your custom dataset import. I hope this tutorial allows newcomers to the repository to quickly get up and running with TensorFlow 2 for object detection!

In the tutorial, I write how to:

  • Acquire Labeled Object Detection Data
  • Install TensorFlow 2 Object Detection Dependencies
  • Download Custom TensorFlow 2 Object Detection Dataset
  • Write Custom TensorFlow 2 Object Detection Training Configuration
  • Train Custom TensorFlow 2 Object Detection Model
  • Export Custom TensorFlow 2 Object Detection Weights
  • Use Trained TensorFlow 2 Object Detection For Inference on Test Images

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.