Fazliddin Anvarov

Results 6 comments of Fazliddin Anvarov

Thank you fast reply. Model architecture : ResNext-101, HMDB51 dataset I am using SE module for 3D CNN action recognition to detect human actions from videos https://github.com/craston/MARS (code which i...

Thank you for fast replying Now, I understand difference between train=0 and train=1 However, when i use train=1, i got this error frame_path contain all images Length of train data...

craston, in part you mentioned, in case of HMDB51 dataset data returns test/train set but, in case of UCF101 dataset data returns only test Could you please explain why? I...

Hi, In dataset.py file in line 255 if self.train_valtest==1, i think you should change train_valtest == 1 into train_val_test == 1.

It is not working even after changing to train_val_test == 1. In my case compiler shows Length of train data = 0. So, I still can not solve the issue

Script: python3 main.py something-v1 RGB --arch InceptionV3 --num_segments 12 --consensus_type avg --batch-size 16 --iter_size 2 --dropout 0.5 --lr 0.01 --warmup 10 --epochs 60 --eval-freq 5 --gd 20 --run_iter 1 -j...