toandaominh1997 / EfficientDet.Pytorch

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

Added opencv to requirements and locked version #117

Open harpalsahota opened 4 years ago

harpalsahota commented 4 years ago

The latest version of opencv >= 4.2 results in the following error when trying to run demo.py with a webcam:

qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in ""

Locking opencv to 4.1 resolves this issue.