toandaominh1997 / EfficientDet.Pytorch

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

fix args threshold + add video source #83

Open gameliee opened 4 years ago

gameliee commented 4 years ago

In demo.py, args wasn't used, so I fix that. Plus adding a command to launch demo on video files.