Guidance to run a reconstruction demo #4
-
Wonderful work! |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
Please take a look at this script https://github.com/gira3d/sogmm_py/blob/697cbeaf10c60fa80445c25e05dd9d720a296869/run_scripts/remote_isogmm.py You have to modify it a bit to get it to run on a custom dataset and a custom machine. |
Beta Was this translation helpful? Give feedback.
-
ok, thanks.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Kshitij Goel ***@***.***>
发送时间: Thursday, June 20, 2024 1:13:12 AM
收件人: gira3d/gira3d-reconstruction ***@***.***>
抄送: JIANG Chenxing ***@***.***>; Author ***@***.***>
主题: Re: [gira3d/gira3d-reconstruction] Guidance to run a reconstruction demo (Issue #2)
Please take a look at this script https://github.com/gira3d/sogmm_py/blob/697cbeaf10c60fa80445c25e05dd9d720a296869/run_scripts/remote_isogmm.py
You have to modify it a bit to get it to run on a custom dataset and a custom machine.
―
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APMKKNTDQLIETTLMXAFGZMTZIG32RAVCNFSM6AAAAABJSLW3POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZZGE4TCMBQGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
For visualization, you can reconstruct from the SOGMM and plot using Open3D. This function will be helpful https://github.com/gira3d/sogmm_py/blob/697cbeaf10c60fa80445c25e05dd9d720a296869/run_scripts/isogmm_analysis.py#L117 Open3D docs will also be helpful. |
Beta Was this translation helpful? Give feedback.
-
ok, I will try it. Thanks for your assistance.
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Kshitij Goel ***@***.***>
发送时间: Thursday, June 20, 2024 1:14:49 AM
收件人: gira3d/gira3d-reconstruction ***@***.***>
抄送: JIANG Chenxing ***@***.***>; Author ***@***.***>
主题: Re: [gira3d/gira3d-reconstruction] Guidance to run a reconstruction demo (Issue #2)
For visualization, you can reconstruct from the SOGMM and plot using Open3D. This function will be helpful https://github.com/gira3d/sogmm_py/blob/697cbeaf10c60fa80445c25e05dd9d720a296869/run_scripts/isogmm_analysis.py#L117
Open3D docs will also be helpful.
―
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APMKKNXQC3BXK5A2NTQ3SZLZIG4ATAVCNFSM6AAAAABJSLW3POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZZGE4TEOJYGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
In the root directory of this colcon package, run the workon script https://github.com/gira3d/gira3d-reconstruction/blob/master/workon Using source workon |
Beta Was this translation helpful? Give feedback.
-
Also the official installation instructions do not require you to run |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. The setup problem has been solved, thanks. ^_^
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Kshitij Goel ***@***.***>
发送时间: Friday, June 21, 2024 2:21:48 AM
收件人: gira3d/gira3d-reconstruction ***@***.***>
抄送: JIANG Chenxing ***@***.***>; Author ***@***.***>
主题: Re: [gira3d/gira3d-reconstruction] Guidance to run a reconstruction demo (Issue #2)
Also the official installation instructions do not require you to run python3 setup.py install. Please follow the instructions here: https://github.com/gira3d/gira3d-reconstruction/blob/master/README.md#build-and-install
―
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APMKKNW6YEADH5R55ODOGX3ZIMMTZAVCNFSM6AAAAABJSLW3POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBRGI4DANRVGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You are welcome. Please do not hesitate to ask further questions through the discussions portal: https://github.com/gira3d/gira3d-reconstruction/discussions |
Beta Was this translation helpful? Give feedback.
Also the official installation instructions do not require you to run
python3 setup.py install
. Please follow the instructions here: https://github.com/gira3d/gira3d-reconstruction/blob/master/README.md#build-and-install