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

Segmenter run my own dataset, mIoU is decreasing (binary segmentgation) #2117

Closed
rouchoo opened this issue Sep 28, 2022 · 6 comments
Closed
Assignees

Comments

@rouchoo
Copy link

rouchoo commented Sep 28, 2022

!
8A 5@500@Y43(1KUV2UK)R

@rouchoo
Copy link
Author

rouchoo commented Sep 28, 2022

I don't know why segmenter runing on my own vein dataset, the eval result is very low and keep decreasing. Please help! thanks.

@MengzhangLI
Copy link
Contributor

Hi, try to use binary segmentation with latest MMSegmentation. See PR here: #2016

@MengzhangLI MengzhangLI self-assigned this Sep 28, 2022
@MeowZheng
Copy link
Collaborator

Can you provide more details, like the model and the config you used?

@rouchoo
Copy link
Author

rouchoo commented Nov 16, 2022

Thanks for your attention!

  1. The training process is strange, when trainig, loss and decode.acc_seg is normal, but it is abnormal when eval,like fig.1 and fig.2:

1
2

  1. Here are my homemade dataset configuration:
  1. ../config/base/datsets/mydataset.py
    3

  2. ../mmseg/datsets/mydataset.py
    4

  3. my training model (swintransformer) configuration:
    5

@rouchoo
Copy link
Author

rouchoo commented Nov 16, 2022

My dataset contains image and label.
image is 5125123;
label is 512*512 (single channel) and the pixel values are 0 and 1.

@BalasubramanyamEvani
Copy link

I'm facing a similar issue. Did you find any resolution @Lenleooo ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants