DirtyHarryLYL / HOI-Learning-List

A list of Human-Object Interaction Learning.
575 stars 58 forks source link

How to implement "Learning Models for Actions and Person-Object Interactions with Transfer to Question Answering" #8

Closed ifmaq1 closed 3 years ago

ifmaq1 commented 3 years ago

Hi, this repository stated the paper named

"Learning Models for Actions and Person-Object Interactions with Transfer to Question Answering"

it also has its pretrained model and data given. How do we use the given pretrained model and data associated with it to extract the action detection on our customized dataset

Any repository that you can suggest?

DirtyHarryLYL commented 3 years ago

In HAKE, a Caffe model with docker is provided. It is based on the code of this ECCV'16 work. You may cook your own project with these tools.

ifmaq1 commented 3 years ago

Thanks.