Jad Abou-Chakra

Results 49 comments of Jad Abou-Chakra

I don't have any plans to at the moment. I can help guide the process if you want to have a go.

A hierarchical system was implemented but I did not get to explore its capabilities. You add levels by making the n_particles and search radii fields in the config an array...

Any chance of this being merged soon? I'm currently keeping all my python environments on python 3.10 so that cyclonedds is only one pip install way. Would love to be...

Sorry for the late reply, I'll look into this tomorrow and report back

Delete this line: https://github.com/NVlabs/instant-ngp/blob/e45134b9bcf50d0c04f27bc3ab3cde57c27f5bc8/scripts/nerfcapture2nerf.py#L61 and it should work for you. Alternatively, if you are on linux, set the maximum receive buffer size, rmem_max, by running: ``` sudo sysctl -w net.core.rmem_max=2147483647...

Sorry for the late reply. If you are compiling this from source, the lines that need to be changed are https://github.com/jc211/NeRFCapture/blob/312cb01efd5bd84e30cf9dea32a3a12a70abbc5b/NeRFCapture/DDSWriter.swift#L42 "en0" is the WiFi interface on apple devices. The...

The depth image is upscaled quite a bit. I think its something in the order of 250x120 (not sure what the exact number is). I think what you are seeing...

Looks like the offline depth is not working properly. I'll try and fix it soon. Sorry about that.

Hey sorry I have not had the chance to look at this yet. However, if anyone is compiling from source and would like to have a go at fixing it,...

No LIDAR is necessary. Try running ```cyclonedds ps ``` on your pc while the app on your iphone is running to see if the two devices can see each other.