-
https://github.com/kenshohara/3D-ResNets-PyTorch/blob/f399b376ca555f0ff925d77517313164c66504f9/models/densenet.py#L193
This gives an error on my side, stating that the 2D layer expects a 2D input. …
-
https://github.com/kenshohara/3D-ResNets-PyTorch/blob/540a0ea1abaee379fa3651d4d5afbd2d667a1f49/main.py#L72
-
~/MusePose# accelerate launch train_stage_2.py --config configs/train/stage2.yaml
The following values were not passed to `accelerate launch` and had defaults used instead:
`--num_processes`…
-
**(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…
-
https://github.com/kenshohara/3D-ResNets-PyTorch/blob/d9847ea56b0d4bc7601a229099deb2b483539514/models/resnet.py#L139
As the title stated, is there a reason to use `nn.AvgPool3d` instead of `nn.Adap…
-
Hi Gunnar,
I would like to reproduce the results of the model called I3D (with ResNet-101 backbone) reported in [1]. Which configuration should I use? If I just replace resnet50-3d with resnet101-3…
-
dataset:something-somethingv2
slowfast only get 31% acc
3d-resnet-50 get 36% acc
under the same settings.
If anyone has do tests on any other dataset, you can publish your score here.
-
I am trying to create a class for easily building ResNet with tiny dnn. The builder exposes few functions that create and cascade several residual blocks (see https://github.com/axelrodR/tiny-dnn/com…
-
hello, i used the train_ucf file and modify it to multi-gpu according to your resnet-3d version, but do not success, can you provide a multi-gpu version for this model? thanks.
-
### 🐛 Describe the bug
**🐛 Bug**
- cuDNN error on Torch 1.6.0 with CUDA 10.1 when running on a 1080Ti with 512.15 Nvidia drivers.
- cuDNN error on Torch 1.11.0 with CUDA 11.3 when running on a 1080…