Giter VIP home page Giter VIP logo

Comments (7)

HuangOwen avatar HuangOwen commented on May 28, 2024 3

Hi @YSN1011
In training, positive examples (GT) are given by the dataset. To obtain negative examples:
1> Detect all objects in an image
2> Pair all the Human and Object that has the score higher than a threshold
3> HO pairs that are not included in the GT, are the negative examples

from transferable-interactiveness-network.

YSN1011 avatar YSN1011 commented on May 28, 2024

Thank you. Compared with iCAN, the pre-training model of this paper has more posture parts, so how can GT and Neg of posture parts be obtained by Alphapose?

from transferable-interactiveness-network.

HuangOwen avatar HuangOwen commented on May 28, 2024

We first run Alphapose on every image of our dataset. To be noticed, Alphapose detection results contain bbox for humans. Then we match the bbox in the pose estimation results with the bbox in the data.pkl with a given IoU threshold.

from transferable-interactiveness-network.

YSN1011 avatar YSN1011 commented on May 28, 2024

And then add the selected negative sample data to the iCAN's pre-training model?

from transferable-interactiveness-network.

HuangOwen avatar HuangOwen commented on May 28, 2024

Sure, neg samples also have bbox, we just match pose with them considering IoU.

from transferable-interactiveness-network.

YSN1011 avatar YSN1011 commented on May 28, 2024

So if I want to use the result of my attitude estimation, only one result file is generated, how should I pick out Neg?Then how should I replace the result of Alphapose?Thank you very much。

from transferable-interactiveness-network.

HuangOwen avatar HuangOwen commented on May 28, 2024

I'm not sure if I get what you mean by "attitude estimation" and "only one result file". For how to pick out Neg, I have explained it, you should run object detection to get Human-Object pairs. To replace Alphapose you just need to compute IoU between different human bbox, if the bbox matches, you just replace it.

Hi @YSN1011
In training, positive examples (GT) are given by the dataset. To obtain negative examples:
1> Detect all objects in an image
2> Pair all the Human and Object that has the score higher than a threshold
3> HO pairs that are not included in the GT, are the negative examples

from transferable-interactiveness-network.

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.