asheshjain399 / RNNexp

Other
256 stars 91 forks source link

hot to run s-rnn #3

Open agnonchik opened 8 years ago

agnonchik commented 8 years ago

Hi Ashesh, How to run S-RNN on the H3.6m dataset? Running generateMotionData.py or processdata.py gave me the error: ImportError: No module named readCRFGraph Thanks, Val.

asheshjain399 commented 8 years ago

This problem is now fixed. Please check the readme. Let us know if you still face any problems.

agnonchik commented 8 years ago

Hi Ashesh, Still I cannot run it. trainDRA.py gives me No such file or directory: '/dataset/S1/walking_1.txt' Thanks, Val.

asheshjain399 commented 8 years ago

Are you following the instructions in the README file? Have you checked out the branch srnn https://github.com/asheshjain399/RNNexp/tree/srnn/structural_rnn and downloaded the data from the link provided in the README?

murthypramod commented 7 years ago

Could you also give details about the input format... its just series of numbers, Its hard to understand the input and output format.

murthypramod commented 7 years ago

Do you have any pointers or reference code to understand or visualize exponential maps ?