-
Notifications
You must be signed in to change notification settings - Fork 29
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
Tips for Preparing Datasets #3
Comments
Hey! Yes I found that ARKit without lidar can be a little bit off and has
errors in poses. Unfortunately, NeRFs are quite sensitive to pose errors
and that might explain why your training is not going well. Maybe when
taking the dataset make sure the origin is staying in place (having good
texture in the scene helps). Another source of error is the change in
exposure and focus in the camera (admittedly I should have an option in the
app to disable auto exposure but haven't gotten around to it). The new
instantngp has a setting that allows training per camera latents that may
help. You may also want to try optimizing the camera extrinsics although I
have had little success with it myself. Lastly, you may want to adjust the
scale of the unit box so that background objects that would be outside the
unitbox do not create floaters within your model.
…On Wed, 22 Mar 2023 at 16:09, ackd06 ***@***.***> wrote:
Hello, Jad: Thank you for your previous answer. I have encountered some
problems when preparing the dataset. I took about 120 images of a large
object, but when training the model, I found that the 3D model did not
render well. , May I ask if you have some shooting skills and can provide
me with some suggestions when collecting dataset?
—
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHCZMIV7SAR6IETL2K6VYJLW5KJQXANCNFSM6AAAAAAWDL5334>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello,Jad: In the instant-ngp project, there is an adjustable parameter aabb_scale. I would like to ask if aabb_scale can be adjusted in the NeRFCapture project? At present, the results of our trained model are very bad, so we want to optimize the final 3d model by adjusting the parameters. If If there are parameters that can be adjusted in the NeRFCapture project, would you like to ask if there are other recommended parameters (programs in the mobile app or training programs) that can be adjusted? |
I don't think you need to adjust anything in the nerfcapture app. You can
adjust everything directly in the nerfcapture2nerf.py line 90. You can
change testbed to have whatever scale you like there. Alternatively you can
save the dataset without using --stream and then adjust the transforms.json
file of your dataset. At the moment the app doesn't have any adjustable
parameters. I should add some in the future including changing resolutions,
setting exposure time, and fixing the focus of the camera.
…On Wed, 22 Mar 2023 at 20:13, ackd06 ***@***.***> wrote:
Hello,Jad: In the instant-ngp project, there is an adjustable parameter
aabb_scale. I would like to ask if aabb_scale can be adjusted in the
NeRFCapture project? At present, the results of our trained model are very
bad, so we want to optimize the final 3d model by adjusting the parameters.
If If there are parameters that can be adjusted in the NeRFCapture project,
would you like to ask if there are other recommended parameters (programs
in the mobile app or training programs) that can be adjusted?
Thank you very much!!!!!!!!!!!!!!!!
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHCZMIQPEHF32RP44B65MA3W5LGEDANCNFSM6AAAAAAWDL5334>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello, Jad : I am trying to reconstruct a 3d model of a human arm or human body parts, I have a few questions that need your help, the first is is there a limit to the size of the object being photographed? The second is when shooting, for Is there any requirement for the background of the object to be photographed? The third item is whether to press the reset button every time an image is taken? |
1: You can always change the aabb_scale to fit a larger or smaller object. |
Hello, Jad: Thank you for your previous answer. I have encountered some problems when preparing the dataset. I took about 120 images of a large object, but when training the model, I found that the 3D model did not render well. , May I ask if you have some shooting skills and can provide me with some suggestions when collecting dataset? Thank you.
The text was updated successfully, but these errors were encountered: