# aug-efficientdet
Architecture is Forked from zylo117
-
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