Coder Social home page Coder Social logo

Comments (9)

mks0601 avatar mks0601 commented on May 29, 2024

Is the input image contain a single person? This algorithm requires a single person input. And I guess 1024 and 2048 is too large and the errors are about CPU/GPU memory explosion.

from 3dmppe_rootnet_release.

KamiCalcium avatar KamiCalcium commented on May 29, 2024

Is the input image contain a single person? This algorithm requires a single person input. And I guess 1024 and 2048 is too large and the errors are about CPU/GPU memory explosion.

Hey thanks for the quick response!~

I don't understand why the algorithm requires a single-person input. In your demo (people skiing), there are also multiple people, right?

About the CPU/GPU memory explosion, I'm using 4 RTX 8000. If that's still not sufficient enough, is there a way to properly train and test the image with (2048,1024)? Should I scale the input image or what will you suggest?

Thanks a lot!

from 3dmppe_rootnet_release.

mks0601 avatar mks0601 commented on May 29, 2024

It crops and processes each human separately.
Please read this line

from 3dmppe_rootnet_release.

KamiCalcium avatar KamiCalcium commented on May 29, 2024

It crops and processes each human separately.
Please read this line

Okay, this I understand. But what about this?

input_shape = (256, 256)

What is this input_size then? Isn't it the whole image size? Or the maximum size for each bbox?

from 3dmppe_rootnet_release.

mks0601 avatar mks0601 commented on May 29, 2024

Please read the instructions carefully. here.
It also crops and processes each human separately.

from 3dmppe_rootnet_release.

KamiCalcium avatar KamiCalcium commented on May 29, 2024

Please read the instructions carefully. here.
It also crops and processes each human separately.

I read it again but I only see this description about the input_size for config.py.

In the main/config.py, you can change settings of the model including dataset to use, network backbone, and input size and so on.

My understanding is this is the whole image size right? Since human36M' size is (256,256), which is the same as the default one in config.py. Then if my picture input_size is (2048,1024), should I change it to (2048,1024)?

from 3dmppe_rootnet_release.

mks0601 avatar mks0601 commented on May 29, 2024

The instruction of Quick demo says Set bbox_list at here.

from 3dmppe_rootnet_release.

KamiCalcium avatar KamiCalcium commented on May 29, 2024

The instruction of Quick demo says Set bbox_list at here.

OK, this is pretty clear to me and I already set the individual bbox in the bbox_list.

But in

vis_root[0] = root_3d[0] / cfg.output_shape[1] * cfg.input_shape[1]

demo.py references config.py and uses its input_shape to derive the vis_root array. I want to know what input_shape does here. Is this the whole image size?

from 3dmppe_rootnet_release.

mks0601 avatar mks0601 commented on May 29, 2024

No. The code crops and resizes each person to input_img_shape.

from 3dmppe_rootnet_release.

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.