-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 A List of Welcoming Features #1446
Comments
@gengenkai , you can check if there are some features you are interested in. |
I did run action detection models on AVA-Kinetics. The changes on codes are not very complicated, but the data processing is rather painful. Many videos in the Kinetics 700 dataset are no longer available. Many videos can be corrupt during download, i.e., shorter than 10 seconds. This is not a serious problem for classification tasks but for detection, the missing part can have annotations... The CVDF repo (https://github.com/cvdfoundation/kinetics-dataset) provides Kinetics dataset (400, 600, 700-2020) but not Kinetics700. Also there are many videos in the repo which is corrupted. If there could be a good solution to prepare the dataset, that is super helpful and I can submit a PR for AVA-kinetics training. |
Hi, @hukkai , if you are eager to implement this feature in MMAction2, you can provide me a list of missing videos to be. I will see if these videos exist in my database and provide them to you (after ECCV ddl). |
Hi @kennymckormick I can implement the AVA-Kinetics dataset and training. Training on AVA-Kinetics indeed helps the performance on AVA a lot. For the AVA-Kinetics, I plan to use YouTube-dl to download from YouTube. Some videos are missing and I can provide the list. Then how do you want to combine these missing videos with these which are still on YouTube? Will mmaction2 provide a link to download them? |
I guess we can not directly share the download link, host a dataset of dozens of GB is expensive. A practical approach would be: users who require the missing data send me the missing list, and I will share the missing videos to them if I have. |
@hukkai You can take a look at kinetics-dataset, maybe CVDF has already provide a link to download ava-kinetics videos and annotations |
@irvingzhang0512 My first attempt is the CVDF repo. One issue is that they have K400, K600 and K700-2020 but not K700. Some videos are different for K700-2020 and K700 which is required by AVA-Kinetics. This is not a big issue. The problem is that many videos in that repo are corrupted. I also put an issue (cvdfoundation/kinetics-dataset#4 (comment)) but it seems that they only handle the val/test set. |
Do you still need any help in finding missing videos for implementing AVA-Kinetics in MMAction2 ? |
No, I will implement in a way that remove missing or incomplete videos from the training list. I will submit a pull request recently. |
I had written a multimodal_demo script some time ago that late fuses the scores of rgb-, skeleton- & audio-based models. |
Is development of SOTA temporal action detection models (such as ASM-Loc) still an active task? |
Hi @hukkai @kennymckormick , is there any update on supporting AVA-Kinetics? Thanks! |
Call for Contributors: https://openmmlab.medium.com/be-an-openmmlab-contributor-c9087428062a
Here we maintain a list of welcoming features proposed by the community. Our developer may consider integrating them into MMAction2. Besides, we highly encourage users to implement them and raise a PR.
The text was updated successfully, but these errors were encountered: