-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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:
- I use the this repo to generate the scribble masks.
- I found the resnet101 model in current repo is different from the original one. In original resnet101, the
conv1is a single convolutional layer with kernel size 7*7, stride 2 and output channel 64. In current repo, theconv1is a "Conv block" withconv(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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels