kracwarlock / action-recognition-visual-attention

Action recognition using soft attention based deep recurrent neural networks
http://www.cs.toronto.edu/~shikhar/projects/action-recognition-attention
351 stars 158 forks source link

Enquiries regarding Data Preprocessing #8

Closed nixingyang closed 8 years ago

nixingyang commented 8 years ago

Thanks for make this interesting project open-source. I am trying to replicate the work discussed in the paper. However, the training procedure for Hollywood2 and UCF11 data sets does not converge. I suspect that something is wrong with the extracted features.

Any help would be greatly appreciated :-)

nixingyang commented 8 years ago

The convergence problem was resolved. The root cause was that the video frames were not converted to np.float32. Thus, I close this issue.