-
when l set --sample_duration 32 , it will have below error, do you know how to solve ?
![image](https://github.com/user-attachments/assets/2ad11323-cee4-41fc-95ab-a8e374531231)
-
Hi,
In the paper, table 3, authors compared their results with ViT and ResNet models. However, these models were originally designed for 2D inputs, but the proposed algorithm and the data are 3D. …
-
During the implementation for ResNetEncoder for FlexibleUNet, I encountered a bug related to the default value for `conv1_t_stride` in [`ResNet.__init__`](https://github.com/Project-MONAI/MONAI/blob/c…
-
When I use densenet, the following error occurred:
##########################################
Traceback (most recent call last):
File "C:\Anaconda3\lib\site-packages\IPython\core\interactiveshell…
-
First of all, thank you very much for your open source spirit, good work!
Since I only use pytorch and not caffe framework, and I only want to use RGB frame for experiments and do not want to g…
-
Whenever I run the main.py code, I keep getting this error.
Traceback (most recent call last):
File "main.py", line 10, in
from model import generate_model
File "/Users/adarshjamadandi/…
-
Traceback (most recent call last):
File "/home/changwei/anaconda3/envs/3D/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/changwei/anaconda3/envs…
-
@kenshohara
First , it is a great job!
I use the kinetics data to train a resnet-34-kinetics model. Every action have 50 MP4s. I train the model just like this:
python3 main.py --root_path ~/…
-
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