Skip to content

Grauating Paper 🍱augmentation of efficientdet FOR AUTO-DRIVING

Notifications You must be signed in to change notification settings

qtw1998/augment-efficientdet-AnchorFree

Repository files navigation

# aug-efficientdet

Architecture is Forked from zylo117

What will be in this repository?

  • Dataset Analysis - BDD100K aiming at Object Dectection in self-driving

  • Data Augmentation of EfficientDet Pytorch Version

    • Mosaic (special methods based on specific datasets)

      efficientdet/dataset.py

  • Rewrite the original data structure (dataloader - using DarkNet data form)

    efficientdet/utils.py efficientdet/loss.py efficientdet/dataset.py

    efficientdet_test.py

  • Add CIOU LOSS & Adaptive class-wise Loss Function

  • Overhaul Efficientdet codes in Pytorch

Mosaic Methods

Mosaic for BDD100K.jpg

Results on TensorFlow official version:

image-20200518225201539

image-20200518225251433

image-20200518225319504

image-20200518225452006

About

Grauating Paper 🍱augmentation of efficientdet FOR AUTO-DRIVING

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages