-
Notifications
You must be signed in to change notification settings - Fork 28
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
No result output from training? #36
Comments
The output will be automatically saved under the If you would like to export a high resolution mesh additionally, you could run by
The results will be automatically saved under |
@hugoycj Question 2: Handling Unbounded or Forward Motion Scenes(outdoor) (2) Can you handle unbounded scenes or, in other words, forward motion scenes? As you can see in (1), it is an object-centric scene, and the performance is decent. However, when I scanned an unbounded scene with my phone, the sparse model looks like the one below, and it seems that Instant-angelo fails to reconstruct the scene. I would like to ask, for this type of case (2), which parameters need to be adjusted to handle it? Or is Instant-angelo specifically designed for object-centric scenes? |
Apologies for the delayed response. Regarding the first question, we normalize the pose to a canonical space in order to ensure that the entire reconstruction area is within a coordinate range of (-1, 1). As a result, there should be a corresponding conversion from canonical space back to the original coordinates. I will be adding an option for this in the export scripts tomorrow. As for the second question, the current pipeline is specifically designed for outside-in (similar to mipnerf360) reconstruction and has not been tested for inside-out (such as scannet) scenarios. Therefore, we cannot guarantee successful reconstruction for indoor scenes. It's possible that a different pipeline tailored for indoor scene reconstruction, such as monosdf and nicer-slam, may yield better results. |
@hugoycj
Hi,awesome work,but there is no result output from my training here. What could be the problem? Thank you.
The text was updated successfully, but these errors were encountered: