yuanqili78 / SED-Net

Surface and Edge Detection for Primitive Fitting of Point Clouds,SIGGRAPH 2023
38 stars 8 forks source link

About how to visualize mesh? #1

Closed jialechen7 closed 6 months ago

jialechen7 commented 10 months ago

Thanks for sharing the code with us. I have a question about the visualization. I tried to use gen_test_vis.py to generate visual results to observe, but it seems to generate a txt file format, I want to know how to generate mesh file formats such as ply, obj.

yuanqili78 commented 10 months ago

Hello, the txt file is the color-coded point cloud, which can be visualized in meshlab.

---Original--- From: @.> Date: Fri, Oct 20, 2023 09:25 AM To: @.>; Cc: @.***>; Subject: [yuanqili78/SED-Net] About how to convert txt file to obj orotherformats for file visualization? (Issue #1)

Thanks for sharing the code with us. I have a question about the visualization. I tried to use gen_test_vis.py to generate visual results to observe, but it seems to generate a txt file format, I want to know how to generate obj, ply, and so on, or is there a direct way to generate these file formats?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Roy-zZZ08 commented 10 months ago

Thanks for the great work. I want to know how to get the final fitted CAD model result output in the article. This part does not seem to be in your code. Perhaps it is similar to the method in https://github.com/Hippogriff/parsenet-codebase, but the dataset of parsenet-codebase seems to be no longer downloadable.

yuanqili78 commented 10 months ago

Hello, Network codes are included in Github. The mesh construction codes have not been tidied and commented. I am sorry for that I am swamped these weeks. By the way, we uploaded our data and ParseNet's data on Onedrive, which has been updated in the Github page of SED-Net yesterday.  Best, Yuanqi

liyuanqi_nju @.***

 

------------------ 原始邮件 ------------------ 发件人: "yuanqili78/SED-Net" @.>; 发送时间: 2023年10月25日(星期三) 晚上7:28 @.>; @.**@.>; 主题: Re: [yuanqili78/SED-Net] About how to visualize mesh? (Issue #1)

Thanks for the great work. I want to know how to get the final fitted CAD model result output in the article. This part does not seem to be in your code. Perhaps it is similar to the method in https://github.com/Hippogriff/parsenet-codebase, but the dataset of parsenet-codebase seems to be no longer downloadable.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Roy-zZZ08 commented 10 months ago

Thanks for your reply and looking forward to further updates on the code!

jialechen7 commented 10 months ago

Thanks for your fast reply and looking forward to further updates on the code, too!