taichi-dev / taichi-nerfs

Implementations of NeRF variants based on Taichi + PyTorch
Apache License 2.0
734 stars 49 forks source link

How do I find bbox.txt values when using a custom dataset? #82

Open abubake opened 1 year ago

abubake commented 1 year ago

Hi, not sure what all your bbox values mean, how do you come up with your own? I formatted my data to be exactly like that of the datasets in the SyntheticNeRF folder, but I am sure how to make my own "bbox.txt", or what the values mean.

Thanks :)