ActiveVisionLab / DFNet

DFNet: Enhance Absolute Pose Regression with Direct Feature Matching (ECCV 2022)
https://dfnet.active.vision
MIT License
92 stars 8 forks source link

How to get setup_world.json for a new dataset? #22

Closed shenyehui closed 3 months ago

shenyehui commented 6 months ago

Dear author, I want to train nerf-h using my dataset. However, it only have transformer.json, how can i get setup_world.json for it?

chenusc11 commented 6 months ago

Hi, setup_world.json is a manually tuned hyperparameters, as explained in here. What I did, was to write a script to visualize the camera rays from my dataset's camera poses and manually adjust the scenes to center at (0,0,0) (for example, using move_all_cam_vec), and rescale the camera rays to within [-pi, pi]