otaheri / GOAL

The official implementation of the GOAL paper.
https://goal.is.tue.mpg.de
Other
114 stars 7 forks source link

Visualize processed data #11

Open noahcao opened 1 year ago

noahcao commented 1 year ago

Hi Omid,

Thanks for the work. Seems that you preprocess the GRAB dataset. So the original visualization tool does not work anymore. I thus wonder if you could provide guidance to visualize the processed data annotations.

otaheri commented 7 months ago

Hi @noahcao, so you want to visualize the data using the script from the GRAB repo? If that is the case, you only need to use the rest of the code after getting the body vertices. Literally use the rest of the code from this line and use the computed vertices in the preprocess script. Hopefully this helps.