Code Monkey home page Code Monkey logo

Comments (4)

Gaoyiminggithub avatar Gaoyiminggithub commented on August 16, 2024
  1. inference model uses transfer.
  2. I think the training may be better.
  3. If the image resolution is so small (e.g. 64 x 64), the results may be worse. ( I don't understand (I just change scale list into 2))
  4. You can use our inference model to deal with the setting of only one person in your picture. If you want to train ATR or LIP using deeplabv3, you can use the deeplabv3+ model directly.
    You may need to download the LIP dataset, change the dataloader( you can refer the cihp.py ), and then change the model and forward in the train.py.
    Maybe it can help you.

from graphonomy.

853498747 avatar 853498747 commented on August 16, 2024

Thankyou for your advice
1 . Scale_list is the variable in inference.py in line 110.
I change the default list into [1.25,1.5,1.75]to extract my 100*200 picture is better than default ,if retrain maybe i should change the training scale ?
but my picture(person detection box) is various size 100×200 ~300×700,I'm also confuse about how to resize..
2. If i change body parts into one label and run train_transfer_cihp.sh ,can you update pascal pretrained model.

from graphonomy.

Gaoyiminggithub avatar Gaoyiminggithub commented on August 16, 2024
  1. Oh, I understand. If the image is 100*200, you could try the list with larger scale (e.g., [1.25,1.5,1.75,2,2.25]). You can change the training random scale in here.
  2. I will update the other models as soon as possible after the ddl on 23 May TAT. So sorry about this.

from graphonomy.

853498747 avatar 853498747 commented on August 16, 2024

thank u,best wishes

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.