-
Notifications
You must be signed in to change notification settings - Fork 792
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
Any good results from SegNet? #246
Comments
me too.my config file is : |
@alexanderuo The Pascal data loader in this repo has a lot of issues. Most important one being that the resize function generates unwanted values in the label masks. I made some changes and made it work: ` from PIL import Image class pascalVOCLoader(dt.Dataset):
` I added a pull request to the repo. For the time being, hope this helps! |
I really appreciate this effort! |
我已收到,谢谢
|
@farnaznouraei |
我已收到,谢谢
|
Dear hjhjb,
能臀医�Q@����}�幔
Charis
xx
…________________________________
From: hjhjb ***@***.***>
Sent: Tuesday, 14 November 2023 9:34 AM
To: meetps/pytorch-semseg ***@***.***>
Cc: Wei-Chien Wang ***@***.***>; Comment ***@***.***>
Subject: Re: [meetps/pytorch-semseg] Any good results from SegNet? (#246)
我已收到,谢谢
―
Reply to this email directly, view it on GitHub<#246 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMHNU4V3DTUISGLNRKQ3OMTYEKOAJAVCNFSM4SKOSR42U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBQHEZDIMZQGM2Q>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Dear hjhjb,
�]事,我自己解�Q了,xx
Chari
…________________________________
From: Wei-Chien Wang ***@***.***>
Sent: Tuesday, 14 November 2023 10:42 AM
To: meetps/pytorch-semseg ***@***.***>
Subject: Re: [meetps/pytorch-semseg] Any good results from SegNet? (#246)
Dear hjhjb,
能臀医�Q@����}�幔
Charis
xx
________________________________
From: hjhjb ***@***.***>
Sent: Tuesday, 14 November 2023 9:34 AM
To: meetps/pytorch-semseg ***@***.***>
Cc: Wei-Chien Wang ***@***.***>; Comment ***@***.***>
Subject: Re: [meetps/pytorch-semseg] Any good results from SegNet? (#246)
我已收到,谢谢
―
Reply to this email directly, view it on GitHub<#246 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMHNU4V3DTUISGLNRKQ3OMTYEKOAJAVCNFSM4SKOSR42U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBQHEZDIMZQGM2Q>.
You are receiving this because you commented.Message ID: ***@***.***>
|
你好
我用了你的程式segNet,Y果全黑,我*255�是ㄧ �
能臀医�Q,有co急
Charis
…________________________________
From: hjhjb ***@***.***>
Sent: Tuesday, 14 November 2023 9:34 AM
To: meetps/pytorch-semseg ***@***.***>
Cc: Wei-Chien Wang ***@***.***>; Comment ***@***.***>
Subject: Re: [meetps/pytorch-semseg] Any good results from SegNet? (#246)
我已收到,谢谢
―
Reply to this email directly, view it on GitHub<#246 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMHNU4V3DTUISGLNRKQ3OMTYEKOAJAVCNFSM4SKOSR42U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBQHEZDIMZQGM2Q>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I wanted to ask if anyone has tested SegNet implementation on Pascal VOC 2012 and has gotten good results? I even trained it for only 20 images and still get very bad results (almost worse than random guessing) on the same training images! The loss never goes lower than 200000 and oscillates a lot.
My config file:
The text was updated successfully, but these errors were encountered: