Sense-X / UniFormer

[ICLR2022] official implementation of UniFormer
Apache License 2.0
812 stars 111 forks source link

Feature Extraction #133

Closed JonathanFlores2503 closed 3 months ago

JonathanFlores2503 commented 5 months ago

I found your paper extremely interesting and I am very interested in it. I would like to use it for feature extraction. I saw that you provided a demo here app.py but I'm not entirely clear on whether that code would serve for this purpose or how I could use your code as a feature extractor. Currently, I'm working with video classification. Could you possibly assist me with this?

Andy1621 commented 4 months ago

You can simple return the features by detach() to reuse them.