-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to display segmentation result in the process of reconstruction #31
Comments
Hi Charlie
|
@martinruenz Hi Martin, thank you for replying! The segmentation fault happened when I closed the GUI window. I tried to run maskfusion offline, but seems like the system still runs the online mask rcnn since But I somehow got it working offline correctly by pressing ctrl +c in the terminal after mask rcnn starts running (it may not always work but it worked). Sure, thank you for helping! I'll get back to you once I turn on the debug visualization and run again! |
@CharlieLeee Hi, i have the same problem with you, have you solved it now? |
@ZhenghaoL Sadly, I haven't actually solved the problem, as I've said, the way I made this work is by pressing |
@CharlieLeee 你好,我也尝试了一下离线进行分割之后再运行而不是在线运行,但是发现效果还是不是很理想,比如物体移动的路径上都会留下来残影,如下图。不知道作者是如何达到视频里面的效果的。请问你有想法吗??感谢。 |
@martinruenz Hi Martin, thanks for the great work and clear instructions, I successfully build the system. However, when I ran the command:
./MaskFusion -run -l /home/charlie/Downloads/teddy-handover.klg
There are no segmentation results displayed on the screen. Could you help to point out the potential cause of this issue?
I also tried the
Core/Segmentation/MaskRCNN/offline_runner.py
script, and it worked pretty well. So the issue might not be related tomask rcnn
andtf
.Btw, I would appreciate it if you could tell me a way to generate a semantic point cloud just like the one in your impressive video?
The text was updated successfully, but these errors were encountered: