-
When I tried the 3dcnn pytorch version, can't reproduce the perasonr mentioned in the paper. The training performance on refine_minus_core set is 0.95(pearsonr), the test performance on core set is 0.…
-
$ python 3dcnn.py --batch 32 --epoch 50 --videos dataset/ --nclass 10 --output 3dcnnresult/ --color True --skip False --depth 15
Using TensorFlow backend.
Couldn't import dot_parser, loading of dot …
-
![image](https://user-images.githubusercontent.com/32264420/56938994-1bc8dd00-6b38-11e9-82a8-70cb2eff0069.png)
Traceback (most recent call last):
File "/home/ch/luna_1/luna16_multi_size_3dcn…
-
I want to know if modAL supports 3DCNN?
8hsyw updated
4 years ago
-
I tried to convert the 3DCNN model to onnx,but the inference results by onnx and pytorch are different.I tried the backbone of resnet18 and mobilenet.Did anybody meet the same problem?
Environment…
-
Same code as 3 years ago!! "assert isinstance(input_size, (tuple, list)) and len(input_size) == 3" and subsequent code make us input very dull, I want input =(8,3,16,112,112) for 3DCNN, what can I d…
-
amax@amax:/media/amax/Masters/Hairen/ActionRecognition/3d-cnn-action-recognition/3d-cnn-action-recognition-master$ python3 3dcnn.py --batch 32 --epoch 50 --videos dataset/ --nclass 10 --output 3dcnnre…
-
## detail | 详细描述 | 詳細な説明
如题,我想用ncnn做3dcnn的推理,在issue https://github.com/Tencent/ncnn/issues/637#issuecomment-1118380058 支持3d卷积。
在[alexnet教程](https://github.com/Tencent/ncnn/wiki/use-ncnn-with…
-
https://shartoo.github.io/2017/02/10/LUNA2016-3DCNN/
图像处理
-
process images 1.3.6.1.4.1.14519.5.2.1.6279.6001.108197895896446896160048741492.mhd error...
(, ':', ValueError('could not broadcast input array from shape (40,40,25) into shape (40,40,26)',))
Trace…