Closed H-tr closed 11 months ago
Hi, Thanks for testing out the code!
The Python script is not receiving depth. If a depth image is not received, the script will skip the image.
Is your NeRFCapture app mentioning "depth supported" in the top right corner below connections? Please make sure to use a Pro series iPhone or a LiDAR-equipped Apple Device.
Thanks for your kind reply, I will close the issue.
Btw, there is a small spelling problem in README.md for downloading datasets. For example, the download_replica.sh
should be downloads_replica.sh
haha
Hi! Thanks for your impressive work.
When I'm trying to use the online demo, I got the following error:
If I change the
mkdir()
tomkdir(exist_ok=True)
, the output becameand keep repeating. It seems my program failed to receive continuous sequential images.
Do you have any suggestions?