Jad Abou-Chakra

Results 49 comments of Jad Abou-Chakra

I checked the app yesterday and it was working well. Maybe its a network issue? You may need to restart the app while the python script is running. Ill have...

Thats the default limit. You can set a higher image limit by passing in the flag —n_frames 100. So the command becomes: python nerfcapture2nerf —stream —n_frames 100 On Thu, 13...

You're probably not doing anything wrong. I think ARKit drifts and it also seems to trigger some loop closure code periodically. NeRFs are highly sensitive to bad poses. Colmap on...

"enable_depth_loading" is a new flag that I am not familiar with. Maybe they added it recently. If I had to guess it will probably default to True if its not...

Yes absolutely. I'm not sure what flask is, but cyclonedds will do the trick. You will need a dds subscriber in the app and a publisher in your ubuntu machine...

Hey, its T_WC blender convention (camera pointing towards -Z) On Tue, 17 Oct 2023 at 4:39 pm, xdh096 ***@***.***> wrote: > Is the transformation matrix in transforms.json in the form...

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...

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...

1: You can always change the aabb_scale to fit a larger or smaller object. 2: This is a difficult question. if you have the ability to mask the background then...

Hey there, Try running “cyclonedds ps” in a terminal on your pc while the app is running your phone. See if any publishers are on the network. Setting IP addresses...