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

Can not reimplement the mIoU in the paper. #2

Open
Zxl19990529 opened this issue Jun 25, 2023 · 1 comment
Open

Can not reimplement the mIoU in the paper. #2

Zxl19990529 opened this issue Jun 25, 2023 · 1 comment

Comments

@Zxl19990529
Copy link

Hi, thanks for your work. I'm currently following your work. However, I can not reimplement the result in the paper. My reimplementation is just 70.95. The followings are my reimplementation:

  1. I use the this repo to generate the scribble masks.
  2. I found the resnet101 model in current repo is different from the original one. In original resnet101, the conv1 is a single convolutional layer with kernel size 7*7, stride 2 and output channel 64. In current repo, the conv1 is a "Conv block" with conv(3,64,3,2,1)-bn-relu-conv(64,64,3,1,1)-bn-relu-conv(64,128,3,1,1). As I found no pretrained model released, I replace the current one to the pytorch offical res101 model, and load the pretrained model from pytorch model zone.
@Luffy03
Copy link
Owner

Luffy03 commented Jun 26, 2023

Thanks for your kind comments.
The pre-trained models and weak labels are released now. Specifically, we use the weak labels provided by TEL.
Feel free to contact me if you have any questions.

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

2 participants