pytorch_deeplab_large_fov icon indicating copy to clipboard operation
pytorch_deeplab_large_fov copied to clipboard

Pytorch implementation of Deeplab Large-FOV

Results 2 pytorch_deeplab_large_fov issues
Sort by recently updated
recently updated
newest added

Hi! Thank you for sharing your code. I try to build caffe with original [deeplab](https://bitbucket.org/martinkersner/deeplab/overview) to convert vgg16_20M.caffemodel and deploy21.prototxt to pytorch checkpoint.. but building old caffe gives me too...

converter.py: 1. To run converter.py, we have to compile caffe at deeplab version (an old version), which doesn't contain caffe.TRAIN. train_v1.py, train_v2.py: 1. biases are [1, 1, 1, 1024] sized...