-
Hello,
I was trying to train resnet-50 from scratch on UCF101 split 1.
but my validation accuracy(clip) is only about 40%.
The accuracy is also 40% on resnet-18 which is trained from scratch.
Is …
-
I am trying to use resnet-34 (cpu version) for both classification and feature extraction. Here is the error:
(tensorflow) mariankyoussef@elecsim:~/video-classification-3d-cnn-pytorch$ python main.py…
-
Hi, thanks for this great repo!
I am new to this area and I have a few questions regarding the experiments:
1. Do you still have the scripts (or hyperparameter lists) for the experiments in the …
-
Thanks for your awesome work! Is there any idea how multi-gpu training is supported? Because you know training ResNet-101 on ImageNet with a single GPU is unacceptably slow.
-
@tornadomeet Thank you for your Resnet implementation with MxNet. At present, I have completed train imagenet'12 dataset with Resnet 50 and Resnet 101. I can get the similar performance, although, I …
-
For example, in /models/pascal_voc/ResNet-101/rfcn_end2end/class-aware/test.prototxt line 7054 and line 7079 , the value of cls_num in line 7054 is 21, while in line 7079 is 8, I don't know why, can a…
-
**(py36) E:\opt\workspace\3D-ResNets-PyTorch-master\util_scripts>python -m generate_video_jpgs \opt\workspace\3D-ResNets-PyTorch-master\data\UCF-101 \opt\workspace\3D-ResNets-PyTorch-master\data\UCF-j…
-
Hi.
I want to fine-tune resnext-101 on hmdb51_split1 with lr=0.001 and weight_decay=1e-5,but after 200 epoch, the eval only get 10% accuracy. I have checked train.log and val.log, the acc of train.lo…
-
When I tried to run the example
```
python train.py --dataset=ucf101 --model=resnet --video_path=/home/tomrunia/data/UCF-101/jpg --annotation_path=/home/tomrunia/data/UCF-101/ucfTrainTestlist/ucf…
-
I am running python ./fcis/demo.py,wrong.
and training
python experiments/fcis/fcis_end2end_train_test.py --cfg experiments/fcis/cfgs/resnet_v1_101_coco_fcis_end2end_ohem.yaml
could tell me w…