ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.56k stars 314 forks source link

Library to visualize annotations/predictions #92

Open manuelknott opened 3 years ago

manuelknott commented 3 years ago

Hello,

I am wondering which library of software you used to visualize your annotations - specifically the colored edges on the 3D models.

Thank you very much in advance.

ranahanocka commented 3 years ago

Hi @manuelknott ,

There is a viewer script included in this repo (e.g.,bash ./scripts/human_seg/view.sh ). These days I am using polyscope, which is fast and can plot per-edge colors.

-Rana