Giter Site home page Giter Site logo

deeplab-v1-pytorch's People

Contributors

wangleihitcs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deeplab-v1-pytorch's Issues

学长好

我想问一下 py3.7的环境怎么装pydensecrf呢?
py3.5环境能装densecrf,但是torch和opencv又会有问题。
py3.7环境下对应的torch和opencv版本合适,但是又会出现No module named 'pydensecrf.densecrf'的情况

Question about "deeplab_largeFOV.pth"

I want to know the source of "deeplab_largeFOV.pth" in data directory, can you explain detail about is??

Is it a pre-trained weight on the ImageNet dataset?
or Is it a pre-trained weight on DeepLab-VGG16-LargeFOV?

I hope your reply. Thanks.

How to calculate the parameters of Pairwise potentials

Thank you for sharing your code! Your work is really brilliant!

But here I'm puzzled about how to set the parameters of Pairwise potentials with other datasets. I noticed that your parameters were set with im.shape == (513,513,3) :

post_processor = crf.DenseCRF( iter_max=10, # 10 pos_xy_std=3, # 3 pos_w=3, # 3 bi_xy_std=140, # 121, 140 bi_rgb_std=5, # 5, 5 bi_w=5, # 4, 5 )

I learned that the default parameters are set as below when im.shape == (640,480,3):

d.addPairwiseGaussian(sxy=3, compat=3) d.addPairwiseBilateral(sxy=80, srgb=13, rgbim=im, compat=10)

Generally, do I need to do mathematical derivation or I can just set the parameters according to some simple rules. Waiting for your opinion if you are free, thank you~

VOCdevkit

Why the folder of VOCdevkit have only two folder,SegmentationClassAug and __MACOSX

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.