GithubHelp home page GithubHelp logo

dong-jinkim / actioncooccurrencepriors Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 3.0 4.86 MB

Official code for "Detecting Human-Object Interactions with Action Co-occurrence Priors

License: MIT License

Shell 1.60% Python 98.40%

actioncooccurrencepriors's People

Contributors

dong-jinkim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

actioncooccurrencepriors's Issues

How to generate co-occurrence matrix?

Hi! Thank you for sharing your work.
I generated a matrix myself for V-COCO dataset, and I wanted to compare to your method to see if it is correct, but I didn't see you mentioned the generation of co-occurrence matrix in your paper.
I also modefied code in mat_to_json.py, my thought is to compare every coordinates of different hoi-classes in an image, if two hoi has same h-o coordinates, they can be regarded as co-occur. But it turns out that there are totally no identical coordinates in different hoi-classes. I wondered it may be the annotations, like[207, 32, 426, 299] and [205, 32, 426, 305] are not identical though they are actually the same box. I modified the identical condition to add a tolerant bias, but my results are not so close to yours.
Can you help me about the issue or give some details about how you generate your matrix?

Confusion about apperance feature size

Thanks for your beautiful work.
I used the appearance features provided by No-Frills Human-Object Interaction Detection: Factorization, Layout Encodings, and Training Techniques. However, I run the code but got an error of size mismatch.
I find the appearance feature size in your work is set to 1024, while is different with No-Frills (No-Frills appearance feature size is set to 2048). Is it correct?
Thank you again for your attention!

on V-COCO

Thanks for sharing your work. Could you tell me how to implement the code on V-COCO dataset?

Confusion about Co-Occurance Matrics

Thanks for your beautiful work.
I downloaded the pickle file 'co-occurrence_pos.pkl' and read it like this:
with open('co-occurrence_pos(1).pkl', 'rb') as f: data = pickle.load(f)
The output of data is: 119547037146038801333356. Just one single integer. Is it correct? I thought I can have a quick look on the co-occurance matrix

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.