Giter Club home page Giter Club logo

Comments (14)

lc4321 avatar lc4321 commented on May 18, 2024

I cann't find the document of alpha-pose-results-{}.json, is it just the alpha-pose-results-forvis.json? When I execute the run.sh, both alpha-pose-results.json and alpha-pose-results-forvis.json are generated in Alphapose/examples/results/Pose. 3Q!

from alphapose.

YuliangXiu avatar YuliangXiu commented on May 18, 2024

You can not run this code directly without downloading PoseTrack challenge dataset, downloading introduction can be found in README. Besides, I have updated the new PoseFlow codes, adding one alpha-pose-results-sample.json for describing the structure of json file.

from alphapose.

lc4321 avatar lc4321 commented on May 18, 2024

Thank you for your reply.
The error that "cann't find json" is escaped by replacing "json" with "mat" in This line. But line
234
still needs the .json, The documents I loaded include only .mat instead of .json. Where can I load it? Or the .json needs to be generated from .mat by myself?image

from alphapose.

YuliangXiu avatar YuliangXiu commented on May 18, 2024

Please read README file carefully...
image

from alphapose.

lc4321 avatar lc4321 commented on May 18, 2024

Thank you! I have converted the annotation file from Mat to Json with your help. Finanlly, I got the xx_mpii_relpath_5sec_testsub.json file after executing the tracker.py file, How to show the tracking effect for a video by using the xx_mpii_relpath_5sec_testsub.json file?

from alphapose.

YuliangXiu avatar YuliangXiu commented on May 18, 2024

tracking changes the person id in every frame.

from alphapose.

lc4321 avatar lc4321 commented on May 18, 2024

If I use the images converted from myself video, how to make the Mat file which will be converted to Json file?3Q!

from alphapose.

lc4321 avatar lc4321 commented on May 18, 2024

Sorry to bother you again. I find that content of point:[] in the xx_mpii_relpath_5sec_testsub.json file generated by tracker.py is empty,. and the reason is that all the pose_score<drop. Is that normal?

from alphapose.

YuliangXiu avatar YuliangXiu commented on May 18, 2024

I did not test my code on the user-defined dataset, so I think it is better to write your own script to convert mat to json(refer to the data format of current generated json).

I do not think it is normal. Where do the scores come from, AlphaPose? Maybe you can write some visualization code to render skeleton results to make sure your results are reasonable.

from alphapose.

lc4321 avatar lc4321 commented on May 18, 2024

The "pose_scoreI" in my file is come from Alphapose. All the values of "pose_scoreI" are between 0~1, I still cann't find where the problem is. I have adjusted the value of drop to 0.2, then the content of point:[] in the final xx_mpii_relpath_5sec_testsub.json file is not empty. The tracking effect is better than ever.

from alphapose.

YuliangXiu avatar YuliangXiu commented on May 18, 2024

Yes, I think this is my fault, I do some post-processing after pose estimation, so my pose score is not between 0 and 1, you can tune the drop parameter according to your own dataset.

from alphapose.

lc4321 avatar lc4321 commented on May 18, 2024

Can I find your post-processing job in the AlphaPose project cloned from this github? Or you have not upload this job?

from alphapose.

YuliangXiu avatar YuliangXiu commented on May 18, 2024

I did not include this post-processing code into AlphaPose because this module has a minor impact on final results and the source code is in mess, so you can just tune parameters on your current results.

from alphapose.

YuliangXiu avatar YuliangXiu commented on May 18, 2024

PoseFlow(General Version) has already been released, now you can do pose tracking on any private dataset, the new version also supports pose tracking results visualization.

from alphapose.

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.