SforAiDl / Playground

A python library consisting of pipelines for visual analysis of different sports using Computer Vision and Deep Learning.
MIT License
18 stars 17 forks source link

Downloading weights #8

Closed ashwinvaswani closed 4 years ago

ashwinvaswani commented 4 years ago

Currently weights need to be explicitly downloaded beforehand using the script config/download_weights.sh Add necessary code in Detector in Badminton/Badminton.py to check if weights file has been downloaded, if no, download it within code and give error is weights cannot be downloaded(can happen due to network, space or some other issue)

mahakkothari commented 4 years ago

I have tried to resolve this issue. I have sent a PR, please have a look at it

ashwinvaswani commented 4 years ago

Great! Merged