Giter Site home page Giter Site logo

Comments (4)

debidatta avatar debidatta commented on May 30, 2024

For the paper, we had access to Ground Truth masks in the BigBIRD dataset. So we were able to train an FCN as a foreground/background segmentation model.

However in general these masks might not be available. For the repo, we wanted to give some pointers as to how one can get masks for their dataset. So that is why we mentioned GrabCut/Pixel Objectness with Bilinear Filtering, which do not require training an additional segmentation model.

Hope this clears the confusion,

from syndata-generation.

chho-work avatar chho-work commented on May 30, 2024

Thanks for your prompt reply!

You recommended using Pixel Objectness which is based in Caffe framework, if I am not mistaken. As I mentioned, I am new to machine learning and started out learning Pytorch. To learn another framework right now seems a bit challenging for me.

Questions:

  1. I would like to know if the DSS-Pytorch that you mentioned in another thread will work as Pixel Objectness.
  2. If not, by chance, do you know if Pixel Objectness can be installed in Google Colab, as I have no access to physical GPU nor I subscribe to cloud GPU services.

Many thanks for your support!

from syndata-generation.

debidatta avatar debidatta commented on May 30, 2024

You can stick to one framework and use DSS-Pytorch. If your class of interest exists in PASCAL dataset you can use https://pytorch.org/hub/pytorch_vision_deeplabv3_resnet101/ .

If your images have simple background with object in center you can use https://docs.opencv.org/master/d8/d83/tutorial_py_grabcut.html and use the center pixel as the seed.

from syndata-generation.

chho-work avatar chho-work commented on May 30, 2024

I appreciate your prompt and complete reply!
Have a nice day!

from syndata-generation.

Related Issues (17)

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.