Coder Social home page Coder Social logo

Comments (4)

Z1zs avatar Z1zs commented on August 16, 2024

I have the same question, and I'm even more confused cause the class prediction of instance segmentation task is all "bicycle"(class 1). Have you figure it out?

from datasetdm.

qwe3535 avatar qwe3535 commented on August 16, 2024

I have the same question, and I'm even more confused cause the class prediction of instance segmentation task is all "bicycle"(class 1). Have you figure it out?

from datasetdm.

Z1zs avatar Z1zs commented on August 16, 2024

Hi, you can find the reply from the author here:
#15 (comment)

To summarize, this work can only be applied in category-agnostic instance segmentation settings. You may want to try similar work like Dataset Diffusion or DiffMask.

from datasetdm.

qwe3535 avatar qwe3535 commented on August 16, 2024

Hi, you can find the reply from the author here: #15 (comment)

To summarize, this work can only be applied in category-agnostic instance segmentation settings. You may want to try similar work like Dataset Diffusion or DiffMask.

Okay, thank you very much for your reply, it has been very helpful to me.

May I ask if you have reproduced the performance of the paper on semantic segmentation on VOC2012?

Because there are some issues with the code, I have not been able to reproduce the performance of the paper on semantic segmentation.

In VOC2012.py,
since mapper_classes = [1]
and dataset_dict["classes_str"] = [self.classes[el] for el in mapper_classes],
this means dataset_dict["classes_str"] is only [aeroplane].

In the code for generating semantic segmentation labels in train_semantic_voc.py,

outputs = seg_model(diffusion_features, controller, prompts, tokenizer, text_embeddings);
text_embedding is generated from class_name,
class_name is dataset_dict["classes_str"],
which means class_name is [aeroplane]. Is this correct?

Shouldn't text_embedding be generated from batch["prompt"]?

from datasetdm.

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.