stevenlsw / hoi-forecast

[CVPR 2022] Joint hand motion and interaction hotspots prediction from egocentric videos
MIT License
51 stars 9 forks source link

TRAINING LMDB GENERATING #5

Open Derek0907 opened 1 year ago

Derek0907 commented 1 year ago

Hi,Steven. I meet the problem when trying the train mode. I extract the features like the RULSTM, but I only get the data.mdb and lock.mdb. I found the data.lmdb in the eval mode, and the value include global features, hand features ,hand bbox. It seems that the method in LSTM cannot provide us the correct lmdb for training. Could you please tell me how can I get the whole LMDB including hand&object features? Also, I wonder how can I make .lmdb type document(not .mdb). Thanks!

stevenlsw commented 1 year ago

Hi, Derek, here is the code I used to preprocess, hope that helps.

Derek0907 commented 1 year ago

Hi, Derek, here is the code I used to preprocess, hope that helps.

This will be very helpful to our work! Thank you for sharing the code.

kaijieshi7 commented 11 months ago

Hi. @Derek0907 . Did you get the right lmdb file?