DL3DV-10K / Dataset

News: the 10k dataset is ready for download.
https://dl3dv-10k.github.io/DL3DV-10K/
Other
318 stars 4 forks source link

Undistorted Images #9

Closed vincent-leroy closed 7 months ago

vincent-leroy commented 7 months ago

Hello, Thanks for this awesome dataset. Are the 960x540 images already undistorted or do we need to undistort them ourselves using the OPENCV camera model provided in the colmap files?

LuLing06 commented 7 months ago

The data is processd by hloc using:

ns-process-data video --data $video --output-dir $data --num-frames-target $num_imgs --sfm-tool hloc

We do not use sepecific distortion correction parameters to process data. Since the videos are captured by the standard consumer camera (no 360 data involved). It can be directly used for nove view synthesis task.

vincent-leroy commented 7 months ago

Ok thanks!