GithubHelp home page GithubHelp logo

About Pascal VOC about pfenet HOT 8 CLOSED

Serge-weihao avatar Serge-weihao commented on June 15, 2024
About Pascal VOC

from pfenet.

Comments (8)

tianzhuotao avatar tianzhuotao commented on June 15, 2024

@Serge-weihao Yes, the boundary region should be labeled as 255 (ignore during training and testing).

from pfenet.

Serge-weihao avatar Serge-weihao commented on June 15, 2024

@Serge-weihao Yes, the boundary region should be labeled as 255 (ignore during training and testing).

    label = cv2.imread(label_path, cv2.IMREAD_GRAYSCALE)  

this code may not get 0 to 20 on a color gt image
image

from pfenet.

Serge-weihao avatar Serge-weihao commented on June 15, 2024

I convet .mat to .png on SBD datasets, and the values of png file is 0 to 20. Can your code reads these two types of png file together?

from pfenet.

tianzhuotao avatar tianzhuotao commented on June 15, 2024

@Serge-weihao Our code only supports .png labels currently. Of course, you can check the type of the input label file to use different data loaders for .mat and .png files respectively. As long as the processed ground truth contains 0-20 labels + 255 (ignore label), the algorithm should work well.

If you have further troubles/questions in converting the data, please send me an email and I can provide the .zip file of pre-processed labels to you directly.

Thank you.

from pfenet.

Serge-weihao avatar Serge-weihao commented on June 15, 2024

I found that using Image.open in 'p' mode to load gt png file can solve both colorful png in voc12 and the pngs(0-20) converted from SBD

from pfenet.

tianzhuotao avatar tianzhuotao commented on June 15, 2024

@Serge-weihao Once you have done the data conversion, you can try with the pre-trained model to check whether your performance can match with ours :)

Thank you~

from pfenet.

Serge-weihao avatar Serge-weihao commented on June 15, 2024

do your 1-shot and 5-shot trained models share the same weighted?
image
image
are my settings wrong?
And what's your current email addr?

from pfenet.

tianzhuotao avatar tianzhuotao commented on June 15, 2024

@Serge-weihao You can find my email address in the paper. Also, I will provide a link in this issue recently.

from pfenet.

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.