You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to download segmentation model. The op from lazy.py shows below:
Available options in 'model':
v7
v9-c
v9-c-seg
v9-m
v9-s
When I pass v9-c-seg to config it saws unable to download the model. All the other models except v9-c-seg are
downloading properly. The output is below:
[10/24 17:04:54] INFO | 🚜 Building YOLO
[10/24 17:04:54] INFO | 🏗️ Building backbone
[10/24 17:04:54] INFO | 🏗️ Building neck
[10/24 17:04:54] INFO | 🏗️ Building head
[10/24 17:04:54] INFO | 🏗️ Building detection
[10/24 17:04:54] INFO | 🏗️ Building auxiliary
[10/24 17:04:54] INFO | 🌐 Weight weights/v9-c-seg.pt not found, try downloading
[10/24 17:04:56] WARNING | Failed to download the weight file: 404 Client Error: Not Found for url: https://github.com/WongKinYiu/YOLO/releases/download/v1.0-alpha/v9-c-seg.pt
[10/24 17:04:57] INFO | 🈶 Found stride of model [8, 16, 32]
Expected behavior
The model should be downloaded
Screenshots
The text was updated successfully, but these errors were encountered:
This issue is due to the segmentation model weight not being released yet. It will be included with the v1 release. However, since we are still addressing the slow convergence issue, the estimated release date is now set for November.
This issue is due to the segmentation model weight not being released yet. It will be included with the v1 release. However, since we are still addressing the slow convergence issue, the estimated release date is now set for November.
Best regards, Henry Tsui
Hello, Is the segmentation model released? I can't find it. @henrytsui000
Describe the bug
I am not able to download segmentation model. The op from lazy.py shows below:
Available options in 'model':
v7
v9-c
v9-c-seg
v9-m
v9-s
When I pass v9-c-seg to config it saws unable to download the model. All the other models except v9-c-seg are
downloading properly. The output is below:
[10/24 17:04:54] INFO | 🚜 Building YOLO
[10/24 17:04:54] INFO | 🏗️ Building backbone
[10/24 17:04:54] INFO | 🏗️ Building neck
[10/24 17:04:54] INFO | 🏗️ Building head
[10/24 17:04:54] INFO | 🏗️ Building detection
[10/24 17:04:54] INFO | 🏗️ Building auxiliary
[10/24 17:04:54] INFO | 🌐 Weight weights/v9-c-seg.pt not found, try downloading
[10/24 17:04:56] WARNING | Failed to download the weight file: 404 Client Error: Not Found for url: https://github.com/WongKinYiu/YOLO/releases/download/v1.0-alpha/v9-c-seg.pt
[10/24 17:04:57] INFO | 🈶 Found stride of model [8, 16, 32]
Expected behavior
The model should be downloaded
Screenshots
The text was updated successfully, but these errors were encountered: