-
@mpc001
Thanks for your code. And I try to replicate your code in keras-tensorflow, but It suffers from serious overfitting. In N2 phase (3DCNN+ResNet+temporal Conv), I fully follow your training se…
-
Hello!Would like to ask if you have the code corresponding to the article link?Thank you very much ~ looking forward to your reply
-
In GANet paper, GA-Net-N represents for GANet with N 3Dconvolution layers, but I found 23 3D CNN layer in the model.
Here are some blocks in cost aggregation with amount of 3d layers.
1. conv_star…
-
Hi! i am following instructions given in repository but facing difficulty while passing arguments to calculate_similarities.py. It is taking features file as input. Can you please guide me how i can e…
-
Dear Dr. Koes,
I have recently complied gnina and had some quick testing. As you pointed out that docking is not recommended for gnina, and we could just use -cnn_scoring option to do scoring. I am…
ghost updated
5 years ago
-
Hi AlberMax,
I have problems using the heatmap methods in iNNvestigate for neuroimaging models/data. So can you please let me know, for now which methods in iNNvestigate support 3DCNN architectures…
-
Thanks for your wonderful code.
I try to repeat your work, but there are some problems when I try it. I did not change your code except for the necessary place, Could you please help me to fix this p…
-
Thanks for your work about human action recognition, this is a good demo for new babes! When I review your code, I can not find the dataset folder and evaluate codes file for calculating the precision…
-
I tried to run 3dCNN-v2/3dcnn.py.
python3 3dcnn.py --batch 4 --epoch 100 --videos /home/user/3d-cnn-action-recognition/data2/ --nclass 101 --output 3dcnnresult/ --color False --skip False
In the mid…
-
Hi
Thanks a lot for sharing your work!
Could you please tell me what is the difference between the main 3dcnn.py and the one in 3dcnnv2.
Thanks