Code Monkey home page Code Monkey logo

Comments (5)

fredzzhang avatar fredzzhang commented on June 18, 2024

Hi @whyang78,

We didn't attach the V-COCO model because it takes very little time to train it. Based on the instructions, you should be able to reproduce the results fairly easily. Were you able to do so?

Fred.

from spatially-conditioned-graphs.

whyang78 avatar whyang78 commented on June 18, 2024

i set bs=4 and 4 gpus , learning rate=0.00005,i find the map of vcoco is 50.3. can you solve this problem, thank you

from spatially-conditioned-graphs.

whyang78 avatar whyang78 commented on June 18, 2024

hi,thank you for your answers!because my computer is not able to use batchsize=32,so it is difficult to reproduce the reaults.or can you provide the vcoco cache results of best model? thank you very much !

from spatially-conditioned-graphs.

fredzzhang avatar fredzzhang commented on June 18, 2024

Hi @whyang78,

The batch size is not a big problem. Your setup should be fine. One thing to point out is that, a few of the V-COCO action classes do not correspond to HOIs. Based on the number you posted, it is likely that you did not exclude those classes.

Screen Shot 2021-11-12 at 10 42 30 am

The image above is the results from InteractNet. Classes included in the red box are the ones you should average over. Make sure you do the same.

If I remember this correctly, the V-COCO script computes AP for a redundant class point. The AP for that class should be zero since it is never predicted. The number you get is the mAP for 25 classes with one of them being 0. So the correct performance should be 50.3 * 25 / 24 = 52.4. The more rigorous way to compute this is to sum up the APs for the 24 classes and compute the mean.

Let me know how it goes.

Fred.

from spatially-conditioned-graphs.

whyang78 avatar whyang78 commented on June 18, 2024

Hi @whyang78,

The batch size is not a big problem. Your setup should be fine. One thing to point out is that, a few of the V-COCO action classes do not correspond to HOIs. Based on the number you posted, it is likely that you did not exclude those classes.

Screen Shot 2021-11-12 at 10 42 30 am

The image above is the results from InteractNet. Classes included in the red box are the ones you should average over. Make sure you do the same.

If I remember this correctly, the V-COCO script computes AP for a redundant class point. The AP for that class should be zero since it is never predicted. The number you get is the mAP for 25 classes with one of them being 0. So the correct performance should be 50.3 * 25 / 24 = 52.4. The more rigorous way to compute this is to sum up the APs for the 24 classes and compute the mean.

Let me know how it goes.

Fred.

thank you very much! I will try again!

from spatially-conditioned-graphs.

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.