Closed Value-Jack closed 1 year ago
Hi @Value-Jack ! You can download VideoMAE features of THUMOS, ActivityNet, HACS and FineAction from this link.
Hi @Value-Jack ! You can download VideoMAE features of THUMOS, ActivityNet, HACS and FineAction from this link.
could you please tell me why the dim of the channel of the thumos14 dataset is 1280? I read the videoMAE model, and the shape[1] should be 768? and Do the 1280 include the flow features? or just rgb feature? I'll appreciate it if you could answer me the questions!
@yztongzhan
You can use the
VideoMAEModel
class from Hugging Face, and setoutput_hidden_states=True
to get the hidden states of all layers or only from the last layer.source: https://huggingface.co/docs/transformers/model_doc/videomae#videomae