AttentionConvLSTM
AttentionConvLSTM copied to clipboard
"Attention in Convolutional LSTM for Gesture Recognition" in NIPS 2018
您好 我可以问一下数据集划分里面的flow-data是什么文件吗 我拿到了IsoGD数据集里面并没有f开头的视频
我现在拿到了Iso_GD数据集,但是没有对应的视频文件转换为图片的脚本,没有办法有效的开展网络的训练和测试.
一天了才训了3个epoch正常吗?GPU显存一直占满,但利用率时常降为会为0 能怎么提提速吗? 谢谢
Hi Dr. Zhu, Thanks for your contributions. When I used your code to train the model, I found the training accuracy increased a little with the rise of epochs while...
'tensorflow.contrib.keras.api.keras.layers' has no attribute 'GatedConvLSTM2D'
I found the steps listed very difficult to follow and understand. especially it is using python 2.7 which is deprecated on Google Colab could any one tell me how to...
hello, this is the error I encountered, hope to get any help,thank you~ Traceback (most recent call last): File "training_res3d_clstm_mobilenet.py", line 96, in feature = res3d_clstm_mobilenet(inputs, seq_len, weight_decay) File "./networks/res3d_clstm_mobilenet.py",...
Thanks for your code. Do you know whether the keras.layers.GatedConvLSTM2D is changed into keras.layers.GatedConvLSTM2D? And i also can't find keras.layers.GatedConvLSTM2D function in keras.Can you provide some reference?Thank you. Another question:...
你好,请问这个是动态连续帧手势识别项目吗?谢谢!
Hi there Great work on this repo / paper! I would like to extend it possibly. Would it be possible for you to upload the weights to another location? I...