Giter Site home page Giter Site logo

Comments (4)

xiexh20 avatar xiexh20 commented on August 16, 2024 1

Hi, thanks for your interest

This is expected.
k1.color.json contains openpose detections. if it is all zero, it means one of the following:

  1. Openpose failed to detecte any person.
  2. openpose detected multiple person in the image, but it was not possible to find the correct foreground person automatically.
  3. the openpose detection has too low confidence

in all these cases, the predictions are set to zeros in order to prevent noise being sent to the later data processing, see our BEHAVE paper for data processing details here

from chore.

luckcodingdog avatar luckcodingdog commented on August 16, 2024

Hi, @xiexh20 Thanks for your reply.
I got your explaination about all zeros for some frame.
But i want to do the evaluation with CHORE on the behave dataset.
There is one question: if there is no joint information for some frame, i willn't get the prediction for the frame.
I have checked the behave code about evaluation:
https://github.com/xiexh20/behave-dataset/blob/55b3e6c0801c8f60a2e93228e810b16d99205329/challenges/evaluate_human.py#L38
The number of prediction of mine is unequal to the number of gt.
But I have checked your submition, there is no the question as mine.

from chore.

xiexh20 avatar xiexh20 commented on August 16, 2024

Hi,

Yes, the human recon track will check the number of predictions and requires it is the same as GT. This is because for human recon, you usually don't need to use the 2d keypoints to do 3d predictions, which is the case in my submission. This is more strict than joint recon track.

In joint recon, sometimes it is simply not possible to obtain recon. e.g. human or object is heavily occluded. Hence it is allowed that the number of prediction does not match the number of GT.

from chore.

luckcodingdog avatar luckcodingdog commented on August 16, 2024

Thanks, brother! (谢了,铁子)

from chore.

Related Issues (10)

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.