Update weights downloader
- Fix output file name
This commit is contained in:
@ -5,4 +5,4 @@ import requests
|
||||
|
||||
URL = "https://pjreddie.com/media/files/yolov3.weights"
|
||||
r = requests.get(URL, allow_redirects=True)
|
||||
open('yolov3_t.weights', 'wb').write(r.content)
|
||||
open('yolov3.weights', 'wb').write(r.content)
|
||||
|
||||
Reference in New Issue
Block a user