File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1000,6 +1000,16 @@ def get_confirm_token(response): # in case of large files
10001000 downloader = GDrive ('1rm3mIqjJNu0xPTCjMKnXccspazV1B2zv' ),
10011001 sha = 'fcd0fa401c83bf2b29e18239a9c2c989c9b8669d' ,
10021002 filename = 'onnx/models/yolov7_not_simplified.onnx' ),
1003+ Model (
1004+ name = 'NanoTrack (ONNX)' ,
1005+ url = 'https://github.com/HonglinChu/SiamTrackers/blob/master/NanoTrack/models/onnx/nanotrack_backbone_sim.onnx' ,
1006+ sha = '9b083a2dbe10dcfe17e694879aa6749302a5888f' ,
1007+ filename = 'onnx/models/nanotrack_backbone_sim.onnx' ),
1008+ Model (
1009+ name = 'NanoTrack (ONNX)' ,
1010+ url = 'https://github.com/HonglinChu/SiamTrackers/blob/master/NanoTrack/models/onnx/nanotrack_head_sim.onnx' ,
1011+ sha = '8fa668893b27b726f9cab6695846b4690650a199' ,
1012+ filename = 'onnx/models/nanotrack_head_sim.onnx' ),
10031013]
10041014
10051015# Note: models will be downloaded to current working directory
You can’t perform that action at this time.
0 commit comments