TheShadow29 / vognet-pytorch

[CVPR20] Video Object Grounding using Semantic Roles in Language Description (https://arxiv.org/abs/2003.10606)
MIT License
67 stars 7 forks source link

How do I create ActivityNet SRL in new dataset #8

Open kelikeli opened 2 years ago

kelikeli commented 2 years ago

Hi, thanks for your work. I am very interested in ActivityNet SRL. Now, I want to create ActivityNet SRL in my dataset, but I am very confused and don't know exactly how to do it and what part of the code to execute?

In the decode section of your project, you show: "The code is for generating the dataset from the parent datasets. If you just want to use ASRL as a training bed, you can skip this. See data". So, if I want to create an ActivityNet SRL for my own dataset, should I stop at the decode part of the code?

TheShadow29 commented 2 years ago

@kelikeli Thanks for your interest.

If you want to create ASRL-like for your own dataset, you should follow the instructions in https://github.com/TheShadow29/vognet-pytorch/tree/master/dcode

You may have to change a few things to customize to your own dataset.

kelikeli commented 2 years ago

Ok, Thank you very much for your reply

kelikeli commented 2 years ago

@kelikeli Thanks for your interest.

If you want to create ASRL-like for your own dataset, you should follow the instructions in https://github.com/TheShadow29/vognet-pytorch/tree/master/dcode

You may have to change a few things to customize to your own dataset. @TheShadow29 image

image

When I run the command "bash download_asrl_parent_ann.sh", should I choose the "all" among the three options in bash? In addition, this data is about 530G. If I want to create ASRL-like on my own dataset, do I need to use this 530G file?