toandaominh1997 / EfficientDet.Pytorch

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

The input_size of 'efficientdet-d7' in /utils/config_eff.py is 1636 since the input_size in paper is 1536 #91

Open yuxiao-ash opened 4 years ago

yuxiao-ash commented 4 years ago

The input_size of 'efficientdet-d7' in /utils/config_eff.py is 1636 since the input_size in paper is 1536.

2020.1.13