-
Notifications
You must be signed in to change notification settings - Fork 1
Description
thank you for this excellent work! I've successfully run the code and have two questions regarding custom dataset preparation:
When creating my custom DTU-style dataset using COLMAP, I noticed the generated bounding box behaves differently compared to your preprocessed DTU datasets (see attached comparison). Your implementation produces an ideal axis-aligned bounding box, while my COLMAP-based version shows irregular boundaries.
What's the exact methodology for computing the bounding box in your DTU preprocessing pipeline?
Are there recommended parameters or adjustments to achieve similar initialization quality for custom datasets?
The current sphere-in-bbox initialization works well for object-centric scenes. However, for camera-centric 360° capture scenarios (like the one I'm working with), this initialization occurs to bad result. Whether the framework supports alternative initialization strategies for such cases?
