-
Hello,
I tried working on v2 of your 3dcnn but it gives me this error:
```
main()
File "3dcnn2_M.py", line 187, in main
args.output, args.color, args.skip)
File "3dcnn2_M.py", line…
-
When I input my dataset and I print X in line 102 I get arrays of zeros. it seems that what VideoCapture returns in line 101 is arrays of zero. Why this happens? Does the code able to read my videos o…
-
I found that you performed a dimensional transformation before the feature stretching, changing the original [batch, frames, width, high, channels] into [batch, frames, channels, width, high]. Through…
-
Hey @liupeng678,
thanx for the code pal and I gave you a well deserved star! i manipulated the code and was wondering how did you print out the results via the graph?
If the print configuration …
-
I'm wondering how to visualise spconv's focus, there are plugins for 2D convolution that show exactly which positions the current network is focusing on, and I'm wondering if spconv has a similar tool…
-
While trying to run the 3dcnn.py file on the UCF101 dataset, I got an error - OpenCV: Couldn't read video stream from file "v_BalanceBeam_g02_c02.avi". I am working on macOs with Python 3 and OpenCV 3…
-
Hi,chacinth.
How to cite your work? Which paper are related to the project? If I use your code which paper should be referenced?
Thanks you very much!
Best regard.
Yu Gu
-
Hi, I tried to use opus_mut to predict mutation sidechain of protein(86 aa), when finished 3dcnn/csf15/1d_inputs/ss/trr100 and got they in tmp_files, it started running OPUS-Mut, in model1 running, it…
-
Hi Liupeng678,
I got your model to run and now that it is successful I am trying to plug in the confusion matrix to attain the true metrics for the model's performance!
This is my final analysis…
-
作者您好,我在测试的时候使用1080ti和titanxp均显示显存不足,不知道是什么原因?测试使用的图片和模型都是从您提供的网盘上下载的,盼解答,谢谢。