Jasmine Collins

Results 5 comments of Jasmine Collins

hi! if i'm not mistaken you can already find the resulting accuracies in CSV format in `model-vs-human/raw-data/performances/` after running `python examples/evaluate.py`

Hi @llamcpp, I am also interested in extracting a mesh for the "open state" of PartNet Mobility objects from SAPIEN. Were you able to figure out how to do that?

Okay, got it! @fbxiang do you have a pointer to an example of the approach that you described? i.e. apply the corresponding transformations of links to the vertices in a...

Thanks, this pointer was super helpful! I ended up just using the function `get_mesh_for_art` from [this](https://github.com/haosulab/ManiSkill/issues/10#issuecomment-931897667) code snippet (very similar to what you linked) after applying the motion to my...

Hi @arnabdeypolimi, The function get_mesh_for_art that I linked above can let you extract the mesh and save it as an .obj file after performing a random articulation. As far as...