Skip to content

(unofficial) - customized fork of DETR, optimized for intelligent obj detection on 'real world' custom datasets

License

Notifications You must be signed in to change notification settings

lessw2020/Thunder-Detr

Repository files navigation

Thunder-Detr

(unofficial) - customized fork of DETR, optimized and tuned for intelligent obj detection on 'real world' custom datasets

This is a customized framework based on FB AI's DETR, but with a number of improvements/modifications to optimize it for obj detection on your own datasets. I had started a colab to show how to do this, but with more and more customizations piling up requiring more and more code modifications to DETR core...
it became clear building a codebase focused on handling custom datasets would be better and faster for all. Thus, Thunder-Detr was born, 8/1/2020.

Updates: 8/22/20 - add thunder_file_utils.py.
Adds a coco_compressor to remap category_ids to contiguous values and rebase to zero.
Adds a show_catids to view the categories in a json file and shows the proper "num_classes" value for training DETR with.
Usage:


Various changes to improve results built into Thunder-Detr:
1 - recommend LaProp optimizer vs AdamW.
2 - recommend bs of 4 (vs default 2 in DETR)
3 - recommend ciou over giou default of DETR
4 - recommend additional augmentations esp colorjitter

About

(unofficial) - customized fork of DETR, optimized for intelligent obj detection on 'real world' custom datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published