OadTR icon indicating copy to clipboard operation
OadTR copied to clipboard

Code for our ICCV 2021 Paper "OadTR: Online Action Detection with Transformers".

Results 24 OadTR issues
Sort by recently updated
recently updated
newest added

How to extract the feature of my own data set,My data is currently in MP4 format

hi @wangxiang1230 , As per the paper you have used different dimensions of input. I would like to know what did you get it ? thanks

Hi Team , I am using the honda dataset which has 12 classes : ["background", "intersection passing", "left turn", "right turn", "left lane change", "right lane change", "left lane branch",...

Thanks for sharing the code. How to sign agreements and get the features of HDD and TVSeries? Email directly?

FileNotFoundError: [Errno 2] No such file or directory: '/home/dancer/mycode/Temporal.Online.Detection/Online.TRN.Pytorch/preprocess\\thumos_val_anno.pickle' this pickle file is missing. Can you help?

The pth model file is not found. Will you upload it later? Thank you very much !!!! >

in 45and47 line of the document "dataset.py" did you want to write self.data_root instead pickle_root?

Hi, I am getting this error while running the train.py: FileNotFoundError: [Errno 2] No such file or directory: 'data/THUMOS14/Feature/Anet2016_feature_v2/video_validation_0000690_rgb.npy' Could you help me with fixing that?

I am getting the following error when I run OadTR train command. ``` python main.py --num_layers 3 --decoder_layers 5 --enc_layers 64 --output_dir models/en_3_decoder_5_lr_drop_1 ``` ``` RuntimeError: Expected to have finished...