toandaominh1997 / EfficientDet.Pytorch

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
MIT License
1.44k stars 305 forks source link

Improve class number calculation for COCO #147

Open lolipopshock opened 4 years ago

lolipopshock commented 4 years ago

Substitute the previous hard-coded value 80 with a more robust version.