fundamentalvision / Deformable-DETR

Deformable DETR: Deformable Transformers for End-to-End Object Detection.
Apache License 2.0
3.2k stars 520 forks source link

Custom object detection #19

Closed nisarggandhewar closed 3 years ago

nisarggandhewar commented 3 years ago

How can we use Deformable-DETR for custom object detection.

jackroos commented 3 years ago

You need to prepare your dataset in COCO format and organize then as described in the README.