-
**Is your feature request related to a problem? Please describe.**
PR https://github.com/Project-MONAI/MONAI/pull/2253 implements a generic version of resnet for spatial 1/2/3D inputs. It'd be very u…
wyli updated
3 months ago
-
I noticed the article's 3D backbone is pretrained model like resnet, I wonder if the model is pretrained independently on other datasets like kinetics400 and the used in YOWOv3 directly? I mean, how t…
-
# StarDist Plant Nuclei 3D ResNet
Bioimage.io -- an AI model repository for deep learning.
[https://bioimage.io/?partner=stardist&type=model&id=10.5281%2Fzenodo.8421755](https://bioimage.io/?partner…
-
other VFIs are working fine, but flavr doesn't seem to load properly. models download just fine
Error occurred when executing FLAVR VFI:
No module named 'models.flavr.resnet_3D'
File "A:\AI\S…
drmbt updated
4 weeks ago
-
I trained a 2D resnet101 on kinetics dataset, and it has much better accuracy than your 3D resent. I used https://github.com/gurkirt/2D-kinectics to train 2D resnet. Of course, pretrained on imagenet.…
-
I am getting this error while building graph for 3D ResNet:
hl.build_graph(model,torch.zeros([1,3,16,112,12]))
RuntimeError: invalid argument 2: input image (T: 1 H: 4 W: 1) smaller than kernel si…
-
```
{'mid_block_add_attention', 'use_quant_conv', 'scaling_factor', 'force_upcast', 'shift_factor', 'latents_std', 'use_post_quant_conv', 'latents_mean'} was not found in config. Values will be initi…
-
Hello and thank you for your contribution,
Can you tell us if there are pretrained models of ResNet 3D for Tensorflow/Keras (.hdf5 or .h5 model formats) ?
I found that there are pretrained models …
-
~/# 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` was set…
-
Hi, I want to use resnet_50.pth pre-trained encoder to extract 3D feature maps from medical images. Is the following method correct? It seems strange that the parameters of width, height, depth and nu…