-
hello,
the pretrained weights cannot be downloaded,can you update the connection?
Thank you!
-
Can someone help me on how to use feed_dict ? What value I need to pass to in the feed dict key
-
Hai,
I want incorporate upsampling into deeplab semantic segmentation module.
Does the same pretrained module work? since iam getting crash
@ line 100 in deeplab/train.py file ""sym_instance.i…
-
-
hi
by running your project,I can reach high mIoU,but when the Batchnormlization is setting all SYNC in ResNet,the mIoU can just reach 70%,why is that?
-
Hi,
Congrats on your solid work which is impressive and seems promising.
I am interested in the classification part of your proposed method. As you mentioned in your paper, " a classifier with…
-
Hi, thanks for releasing this great repo. I have a problem in reproducing the result on VOC dataset.
I noticed that your released pretrained model with ResNet | 16/16 | gives 78.43%. But when I tr…
-
Hi, For the resnet model, do you directly use the ImageNet pre-trained weights from this repo? [https://github.com/KaimingHe/deep-residual-networks](https://github.com/KaimingHe/deep-residual-networks…
-
hi, I can't find the "net_skeleton.ckpt".Can you help me? thank you!
-
I need a resnet50 model trained on PASCAL VOC dataset. So is it better if I crop the training images based on annotations or simply feed the whole images for training on RESNET?