Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Dec 1, 2019
1 parent 93c348f commit 5bcc2b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ def attempt_download(weights):
gdrive_download(id='16lYS4bcIdM2HdmyJBVDOvt3Trx6N3W2R', name=weights)
elif file == 'yolov3.weights':
gdrive_download(id='1uTlyDWlnaqXcsKOktP5aH_zRDbfcDp-y', name=weights)
elif file == 'yolov3-tiny.weights':
gdrive_download(id='1CCF-iNIIkYesIDzaPvdwlcf7H9zSsKZQ', name=weights)
elif file == 'yolov3-spp.pt':
gdrive_download(id='1f6Ovy3BSq2wYq4UfvFUpxJFNDFfrIDcR', name=weights)
elif file == 'yolov3.pt':
Expand Down

0 comments on commit 5bcc2b3

Please sign in to comment.