Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference on Segmentation Model #107

Open
pakshi10 opened this issue Oct 24, 2024 · 4 comments
Open

Inference on Segmentation Model #107

pakshi10 opened this issue Oct 24, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@pakshi10
Copy link

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

Screenshot 2024-10-24 170839

@pakshi10 pakshi10 added the bug Something isn't working label Oct 24, 2024
@henrytsui000
Copy link
Collaborator

Hi,

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

@pakshi10
Copy link
Author

@henrytsui000 Is the segmentation model support is added ?

@canhe173
Copy link

Hi,

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

@mahmood-ul-hasan
Copy link

Hello, Is the segmentation model under MIT released? I can't find it. @henrytsui000 @WongKinYiu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants