toandaominh1997 / EfficientDet.Pytorch

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

Minor dependency fixes #68

Open jjhbw opened 4 years ago

jjhbw commented 4 years ago

This project looks great! Thanks for the effort.

I tried to run demo.py and ran into several dependency issues. Also, I would recommend that you fix the version numbers of the dependencies in requirements.txt. In my experience, APIs change often in the ML world and pulling in the wrong dependencies can be super frustrating for people trying to use your project.