oppo-us-research / USST

Apache License 2.0
17 stars 5 forks source link

About H2O test #8

Closed XIAOLIANG64 closed 3 weeks ago

XIAOLIANG64 commented 5 months ago

Thank you very much for your work! I am currently facing some issues

I would like to know how to evaluate the model on the H2O dataset.

eg:For action prediction, you need to put action id number as the key and action label number as value of the json file. action_labels.json {"modality": "hand+obj", "1": 32, "2": 11, "3": 14, ... "241": 16, "242": 22 } Make answer.zip with this json file to submit your result to CodaLab.

Cogito2012 commented 5 months ago

@XIAOLIANG64 Thanks for your interest! The model trained in our project only targets 3D trajectory forecasting, so this repo does not support for action prediction.

If you would like to test the action prediction performance on the H2O leader board, you may need to modify the model architecture (e.g., input & output layers), and re-train the model with action labels from the original H2O dataset.

Hope this could be helpful:)