Giter Site home page Giter Site logo

Comments (2)

jasonyzhang avatar jasonyzhang commented on September 16, 2024

You can make a video with one frame and directly run the model. You can also try repeating the same image 13 times (the fov of the model) here

for i in range(min_f, max_f):
proc_params = process_image(
im_path=im_paths[i],
bbox_param=bbox_params_smooth[i],
)
images.append(proc_params.pop('image'))
images_orig.append(proc_params)

from human_dynamics.

seamanj avatar seamanj commented on September 16, 2024

Hi, Jason

Thanks for your reply.
I already tried the first method, which gives me an error like:

100%|██████████| 1/1 [00:00<00:00, 24.96it/s]
0it [00:00, ?it/s]
Traceback (most recent call last):
  File "PoseFlow/tracker-general.py", line 212, in <module>
    num_persons = max(num_persons, track[frame_name][pid]['new_pid'])
KeyError: 'new_pid'
Start pose tracking...

Issue running PoseFlow. Please make sure you can run the above command from the commandline.

Process finished with exit code 1

I will let the second method and let you know what the result will be.

Appreciated!

from human_dynamics.

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.