DeepLab_pytorch
DeepLab_pytorch copied to clipboard
Repository for DeepLab family
what is the pretrained model for DeepLabV3 trained on? https://github.com/doiken23/DeepLab_pytorch/blob/cdee2b098c69141960fc757f04e70c6658bd6de4/DeepLab_v3.py#L9
Hello, may I ask if the pre-training model of DeeplabV2-ASPP VGG is using pytorch or download it separately?
hello, Thanks for your sharing deeplab code.I get the relu in assp and conv (all except last conv) from tensorflow source code, but I don't get in in you pytorch...
Hello, Thanks for your work. Do you have CRF part(before softmax) in your code?
Hi, @doiken23 . Thanks for your work a lot. I would like to know do you try the network on Pascal or Cityscapes. Could your share the dataloader or training...