Giter VIP home page Giter VIP logo

Comments (3)

zbf1991 avatar zbf1991 commented on July 23, 2024

Firstly you need to use RRM (one-step) to generate pseudo labels of all training data, then you can use them to train any fully segmentation model (FCN), such as deeplab, PSPnet and so on. when I train the FCN, i.e., deeplab-v1 and v2, I use the official code and all the settings are the same with their papers. If you do not want the pre-trained model on COCO, I suggest you to train another FCN such as deeplab v3 or v3+. If you find the init model without COCO pre-trained using official code, please let me know, because I also think it is not a good choice.

from rrm.

johnnylu305 avatar johnnylu305 commented on July 23, 2024

@zbf1991 Thank you for your explanation. I have gotten a good result from official deeplabv2 with VGG16 and deeplabv3 is helpful. But, I cannot get a good result from official deeplabv2 with resnet101 without loading pretrain weight on MS COCO. Here is where I stuck. Do you train deeplabv2-resnet101 without any pretrained weights such as ImageNet?

Without COCO pretrain weight, I do not think people can get a good result on deeplabv2-resnet101 with the same setting in deeplabv2 paper. For example, in deeplabv2-resnet101, they freeze the batch normalization in each layer so people must load pretrain weight if they use the same setting of deeplabv2. In addition, they set different learning rates to different layers, so people may get a poor result if they train deeplabv2-resnet101 without any pretrain weight. Or, maybe I am wrong.

Another question, which official code of deeplabv2-resnet101 do you use? I think there are two official codes. One is Caffe model and another is Tensorflow(deeplabv3). Do you use its init.caffemodel? I try to delete it before training. However, the performance of deeplabv2-resnet101 became very worse.

from rrm.

zbf1991 avatar zbf1991 commented on July 23, 2024

I used caffe-version and use its init.caffemodel

from rrm.

Related Issues (20)

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.