Skip to content
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

How to obtain predicted frame label of a test video? #4

Open
Youthfeng123 opened this issue Apr 17, 2022 · 1 comment
Open

How to obtain predicted frame label of a test video? #4

Youthfeng123 opened this issue Apr 17, 2022 · 1 comment

Comments

@Youthfeng123
Copy link

Hi there, thanks for your great work in action segmentation, which worths in-depth study of value.
I've download your open source code and successfully run evaluated experiments. In order to simplify the results, I'm trying to visualize the predicted label on input video. Noticing that you've write an instruction about "Action Segmentation", I think I don't have write the code myself entirely. But I don't quite understand what "using ASFormer by the previously extracted frame features" means. Could you explain it briefly for me? Or how to get predicted label of a chosen tested video base on your code?
thanks a lot!

@ttlmh
Copy link
Owner

ttlmh commented Apr 17, 2022

Hi, thanks for your interest in our work.

As for the experiments on action segmentation, we mainly used the ViT model trained by Bridge-Prompt framework to extract the frame-wise features for the videos. Then, we took some existing backbones (e.g. ASFormer) to train the action segmentation models based on the extracted features. You can refer to the detailed instructions provided by @yo3nglau in Issue #2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants