Open MobiusLqm opened 9 months ago
Thanks for your question!
colmap.sh
also generate dense point clouds from this dataset, in order to make it useful and simple, so I didn't convert it.
When running the hypernerf dataset, you can found a image will be saved as 'output.png', that's my debug figure that point out the relationship between camera poses and point clouds.Thank your for you quick reply! https://github.com/google/nerfies#datasets
Hi, Thanks for your wonderful work.
scene/hyper_loader.py
, you useT = - camera.position @ R
instead ofT = camera.position
,Could your please tell What's the reason behind it?