Giter Club home page Giter Club logo

Comments (8)

fredzzhang avatar fredzzhang commented on July 20, 2024

Hi @Andre1998Shuvam,

Thanks for taking an interest in our work.

I processed the short video into individual frames and then ran the model on all of them to get the detected human-object pairs. I didn't release that script because it's very messy, not really designated for general use. If you want to try it yourself, you can adapt from inference.py. Note that depending on the actions, you'll need to adjust the action score threshold to make sure there are neither too many nor too few detections. Afterwards, you should be able to find some free software to generate a .gif file from images.

I might implement a general script in the future. But since my primary focus is still on research, I can't say when that will happen.

Fred.

from upt.

Andre1998Shuvam avatar Andre1998Shuvam commented on July 20, 2024

Ok. Thank you! How did you get the name of the objects and write the activity along with the object on top of the bounding boxes? Like "holding a remote"? Thanks again!

from upt.

fredzzhang avatar fredzzhang commented on July 20, 2024

It depends on the dataset the model is trained on.

The object types are the same as 80 objects in MS COCO. For the HICO-DET model, there are 117 actions types. The names of the objects and actions are accessible in the dataset class HICODet under HICODet.objects and HICODet.verbs.

Fred.

from upt.

Andre1998Shuvam avatar Andre1998Shuvam commented on July 20, 2024

Ok. Is there any way to find out which box is indicating which object?

from upt.

fredzzhang avatar fredzzhang commented on July 20, 2024

I'm not sure what you mean. Each bounding box has its own coordinates and an object class. After overlaying the box onto an image, it should be clear which object it corresponds to.

from upt.

Andre1998Shuvam avatar Andre1998Shuvam commented on July 20, 2024

Ok. So, each bounding box will have an object class and that object class will be one of the classes of the HICODET dataset, right?

from upt.

fredzzhang avatar fredzzhang commented on July 20, 2024

Yes, that's true. And there are 80 object classes in total, same as MS COCO.

from upt.

Andre1998Shuvam avatar Andre1998Shuvam commented on July 20, 2024

Ok. Thank you very much!

from upt.

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.