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

The mIoU is low #10

Open
jackieyung opened this issue Aug 14, 2020 · 10 comments
Open

The mIoU is low #10

jackieyung opened this issue Aug 14, 2020 · 10 comments

Comments

@jackieyung
Copy link

Thanks for your sharing @dong-x16 .

I have an issue. When I train my model without the prior channel, the mIoU of the model can reach 94%, but when I add prior channel, the mIoU of the model is much lower than without the prior channel, which even cannot reach 90%.

Could you give me a piece of advice about how to set the parameters of every loss?

Thanks a lot.

@ccly1996
Copy link

hello,excuse me, could you display your requirements details?thank you

@jackieyung
Copy link
Author

hello,excuse me, could you display your requirements details?thank you

Hi, I just need to improve the mIoU of the model whose input has the prior channel. But I find when I add the fourth prior channel, the mIoU of the model drops a lot.

@ccly1996
Copy link

emmm, I am deploying this code, but wrong happened when i install requirements, can you help me?The author may write something wrong in requirements, so i need requirements list.😂

@jackieyung
Copy link
Author

emmm, I am deploying this code, but wrong happened when i install requirements, can you help me?The author may write something wrong in requirements, so i need requirements list.😂

python 2.7
PyTorch 0.3.0.post4
Jupyter Notebook
pip install easydict matplotlib tqdm opencv-python scipy pyyaml numpy

@ccly1996
Copy link

thanks,i install these requirements ,but something wrong.

@jackieyung
Copy link
Author

thanks,i install these requirements ,but something wrong.

Could you paste your detailed wrong message?

@ccly1996
Copy link

the wrong is from torchvision, when i import torchvision.models.i think this wrong from the version of torchvision, but the author did not note that.

@decajcd
Copy link

decajcd commented Sep 9, 2020

Thanks for your sharing @dong-x16 .

I have an issue. When I train my model without the prior channel, the mIoU of the model can reach 94%, but when I add prior channel, the mIoU of the model is much lower than without the prior channel, which even cannot reach 90%.

Could you give me a piece of advice about how to set the parameters of every loss?

Thanks a lot.

Have you resolved it?

@shivSD
Copy link

shivSD commented Nov 17, 2020

@jackieyung @dong-x16
When you are training with Prior are you using Images (EG1800 or Supervisely) or video, Correct me if i'm wrong while training with Prior channel network will be receiving previous mask information, So during training, there should be some correction between the current frame and previous frame right, we need to train the prior with video.

@dpcq
Copy link

dpcq commented Mar 12, 2021

Thanks for your sharing @dong-x16 .

I have an issue. When I train my model without the prior channel, the mIoU of the model can reach 94%, but when I add prior channel, the mIoU of the model is much lower than without the prior channel, which even cannot reach 90%.

Could you give me a piece of advice about how to set the parameters of every loss?

Thanks a lot.

hello when you train you model ,how many epoch do you choose? i have to train 2000 epoch to get miou 95%, do you have the question

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

No branches or pull requests

5 participants