Closed shenyehui closed 6 months ago
Feel free to check our 'data preparation' section in the main page.
Feel free to check our 'data preparation' section in the main page.
Hello, I understand how you collect the data, but what tool is used to generate the transforms.json file?
You can use COLMAP to estimate the camera parameters. The transforms.json is the same format as Nerfstudio. Refer to the issue4 for details.
You can use COLMAP to estimate the camera parameters. The transforms.json is the same format as Nerfstudio. Refer to the issue4 for details.
Thank you!
You can use COLMAP to estimate the camera parameters. The transforms.json is the same format as Nerfstudio. Refer to the issue4 for details.
I used nerfstudio to get all the poses of the images successfully, but the order of saving to transforms.json is quite confusing (not from frame_00001 to frame_00300), while the order of DL3DV's transforms.json is from frame_00001 to frame The order of DL3DV's transforms.json is from frame_00001 to frame_00300, is this something you guys adjusted the messy order to normal order by yourselves?(The command I use is (ns-process-data video --data data/nerfstudio/room.mp4 --output-dir outputs/room))
Thank you very much for your dataset, but I still need to make a similar dataset myself for my work, may I ask how your dataset was made and especially how the transforms.json file was obtained?