RobotLocomotion / LabelFusion

LabelFusion: A Pipeline for Generating Ground Truth Labels for Real RGBD Data of Cluttered Scenes
http://labelfusion.csail.mit.edu
Other
387 stars 98 forks source link

no new windows launched #58

Closed hygxy closed 5 years ago

hygxy commented 5 years ago

Hey, I was using this tool to create my own dataset and came across the following problem: when I run

no new window is launched as expected. I've tried to set the mesh directory in object-meshs.yaml to be an absolute path as mentioned here, but it doesn't help. As is shown in the picture, I have point cloud reconstructed with "run-prep" successfully(top left). The 3d model of the object(.stl file) to be labeled is also shown in meshlab(top right). Everything works fine before "gr.launchObjectAlignment()", but the new window just doesn't show up. Any ideas on how to solve this situation? thanks in advance! problem

hygxy commented 5 years ago

I solved this situation by manually tying the gr.* command line (with Tab complete), before I was just copying and pasting and it doesn't work.