-
-
Hi!
I would like to fine-tune pre-trained model using AVA dataset format. How to achieve this using pytorchvideo?
Current tutorial shows on how to run inference on already fine-tuned models.
T…
-
i can't understand how you get predicted box 's action label in 'ava_detection_train_boxes_and_labels_include_negative_v2.2.csv' that you provieded.
-
I encountered an error while running my code using the training and validation sets provided by the official dataset. Specifically, I used the first video in each set as the training and validation da…
nip6 updated
8 months ago
-
Thanks for your contributions, I wanna make custom dataset(AVA) and using your net to fine tuning, but I don't know how to create AVA dataset. Could you share your points with me? Thanks a lot
-
I’m trying to download the ava_6_5000_all and kinetics_6_5000_all reduced datasets. When I use wget, I get a 401 Unauthorized error, and it’s asking for a username and password that weren’t provided.
…
-
Is there any parameter setting information about the training of the regressors? I didn't get that good performance using a single-layer MLP regression score
-
Hello! Can not train model on AVA dataset. Get this errors:
```
error [Errno 2] No such file or directory: '/home/alex/project/datasets/AVA_dataset/images/430454.jpg' /home/alex/project/datasets/AVA…
axmav updated
3 years ago
-
### The doc issue
Hi,
can someone show me how to fine tune a model for Spatio-Temporal Action Detection with a custom AVA dataset with (in my case) 6 classes?
I modified the config file by cha…
-
Hi, I refer to the methods mentioned in lfb_loader.py for essentially feature extraction. When I use the val dataset(TEST.DATA_TYPE=val), it's ok. But when I try to extract the train dataset's featur…