DFNet icon indicating copy to clipboard operation
DFNet copied to clipboard

How to get setup_world.json for a new dataset?

Open shenyehui opened this issue 1 year ago • 1 comments

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?

shenyehui avatar Apr 08 '24 02:04 shenyehui

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]

chenusc11 avatar Apr 15 '24 12:04 chenusc11