OPN
OPN copied to clipboard
Hi Hsin-Ying, Thank you for your code. I hope to use your network in our work. Yet I am not quite clear how the network is finetuned for Action Recognition...
How do you finetune on the action recognition datasets? The datasets contain videos. Do you randomly extract frames from the videos? What is the size of the frames that you...
Hi Hsin Ying Lee, The pre-trained model has 24 output but the model in train_opn.prototxt has only 12 output. I think that 4 images have 24 orders and thus the...
Hello HsinYing, nice work! I am wondering how do you finetune the unsupervised UCF101 dataset. In your paper, you report mean classification accuracy over the 3 splits of UCF101 dataset....
Hi @HsinYingLee , I would like to thank you for the tutorial. I have a question about applying an already trained model (Unsupervised trained on UCF) or (Unsupervised trained on...
Hello, I could not find "UCF_val.mat" file in your project page. This throws an error when I try to run the code. Please share that file. Thanks!
Hi, I am very interested in the data preprocessing part, cause it's very important to avoid trivial problem. And it seems that **Motion-aware tuple selection** part is not released. Could...