Git Product home page Git Product logo

Comments (2)

spoonsso avatar spoonsso commented on August 17, 2024

Are these frames here of 2D COM predictions? Or of 3D COM projections into these cameras? If the latter, then this is probably due to how the animal is missing in half the views. The COM triangulation will use all 8 cameras, so if the animal is missing in 4 of them, the 2D COM in those 4 will be bad, leading to an erroneous 3D prediction.

To check how good your 2D COM predictions are in individual views, you can use the com_debug config parameter, e.g. com_debug: Camera5 will save the 2D COMs overlaid on each frame during prediction along with the 2D output heatmap.

If the 2D COM predictions look good when the animal is in the frame, you can try to use the comthresh config option to throw away the bad views when using dannce-train and dannce-predict. Any 2D COM heatmaps with maxima below comthresh (max thresh is 1.0) will be discarded. To use this comthresh filtering, you need to point to com3d.pickle rather than com3d.mat in your dannce config.

from dannce.

PIPIhuangy avatar PIPIhuangy commented on August 17, 2024

Hi, thank you for your reply! These are 3D COM projections into each frames of cameras, and I know what causes the error based on your reply. I will try your advice, thank you!

from dannce.

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.