TexasInstruments / edgeai-modelzoo

This repository has been moved. The new location is in https://github.com/TexasInstruments/edgeai-tensorlab
https://github.com/TexasInstruments/edgeai
Other
1 stars 0 forks source link

Unable to find pre-trained model #13

Open Sadat75 opened 7 months ago

Sadat75 commented 7 months ago

I tried downloading Yolox_nano pre-trained weights from the link provided in this repository but it says the link is unavailable. Link: http://software-dl.ti.com/jacinto7/esd/modelzoo/latest/models/vision/detection/coco/edgeai-yolox/yolox_nano_ti_lite_26p1_41p8_checkpoint.pth

Error:

URL transformed to HTTPS due to an HSTS policy --2023-12-01 17:04:49-- https://software-dl.ti.com/jacinto7/esd/modelzoo/latest/models/vision/detection/coco/edgeai-yolox/yolox_nano_ti_lite_26p1_41p8_checkpoint.pth Resolving software-dl.ti.com (software-dl.ti.com)... 2.17.61.77, 2600:140b:1600:4ac::b48, 2600:140b:1600:4a6::b48 Connecting to software-dl.ti.com (software-dl.ti.com)|2.17.61.77|:443... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://downloads.ti.com/jacinto7/esd/modelzoo/latest/models/vision/detection/coco/edgeai-yolox/yolox_nano_ti_lite_26p1_41p8_checkpoint.pth [following] --2023-12-01 17:04:49-- https://downloads.ti.com/jacinto7/esd/modelzoo/latest/models/vision/detection/coco/edgeai-yolox/yolox_nano_ti_lite_26p1_41p8_checkpoint.pth Resolving downloads.ti.com (downloads.ti.com)... 104.75.10.15 Connecting to downloads.ti.com (downloads.ti.com)|104.75.10.15|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2023-12-01 17:04:49 ERROR 404: Not Found.

Please let me know where I can find the model.

mathmanu commented 7 months ago

You can get the link by browsing in this repository: https://github.com/TexasInstruments/edgeai-modelzoo If you open a .link file, you will get the correct link.

For example, please see if the edgeai-yolox model that you need is here: https://github.com/TexasInstruments/edgeai-modelzoo/tree/main/models/vision/detection/coco/edgeai-yolox

Note: For yolox, we recommend, https://github.com/TexasInstruments/edgeai-mmdetection for which the links are here: https://github.com/TexasInstruments/edgeai-modelzoo/tree/main/models/vision/detection/coco/edgeai-mmdet

Sadat75 commented 7 months ago

I tried to download the pre-trained weights from the link you suggested:

https://github.com/TexasInstruments/edgeai-modelzoo/tree/main/models/vision/detection/coco/edgeai-yolox

I have also used the link to download the pre-trained models: https://github.com/TexasInstruments/edgeai-modelzoo/tree/main/models/vision/detection/coco/edgeai-mmdet

Same issue, it is unable to find the pre-trained models. I have used this repo to clone Yolox: https://github.com/TexasInstruments/edgeai-yolox.git

Please suggest a solution.

Thank you!