Code Monkey home page Code Monkey logo

Comments (5)

Gaoyiminggithub avatar Gaoyiminggithub commented on August 16, 2024

Hi,
I think maybe you can just use Deeplab to do it. You can refer to the Deeplab which may be good enough on your custom dataset.

from graphonomy.

kshitijqwerty avatar kshitijqwerty commented on August 16, 2024

Thanks, I just need to know how can I include watches and belts as its classifying it as background.
Does this segment human before classifying it further to other classes?
53

from graphonomy.

Gaoyiminggithub avatar Gaoyiminggithub commented on August 16, 2024

Hi,

  1. You need to train/fine-tune the model with the label of watches and belts.
  2. Our model does not segment human. You can use Deeplab or add a branch to segment human. It is also needed to train/fine-tune the model. Maybe you can try to use the results of the person-part segment to segment human.

from graphonomy.

kshitijqwerty avatar kshitijqwerty commented on August 16, 2024

Ok, I found one dataset for my needs
MHP v2
So i have formatted the data like CIHP

  1. it has 59 classes so would it be a problem if I train it on transfer learning and how to correctly load it
  2. I am getting 1 channel error but my images are 3 channel rgb
    ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 256, 1, 1])
    Thanks

from graphonomy.

Gaoyiminggithub avatar Gaoyiminggithub commented on August 16, 2024

Hi,

  1. For quickly train on it, you can change the `n_classes' to 59 in the here.
  2. Can you give me more information about the ValueError? Thanks.

from graphonomy.

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.