Depth2HHA-python icon indicating copy to clipboard operation
Depth2HHA-python copied to clipboard

how to get camera matrix?

Open adkAurora opened this issue 5 years ago • 3 comments

adkAurora avatar Oct 08 '19 06:10 adkAurora

If you are lucky it is provided by the dataset provider like here. Otherwise you need to determine the camera intrinsics (focal length, principal point) with a checkerboard during a calibration process. If you are using depth files of a Kinect V1 Sensor you can also try to use the default setting from here. But keep in mind that this calibration 100% correct.

huberthomas avatar Oct 31 '19 16:10 huberthomas

@huberthomas do you know how to get the camera intrinsics from nyuv2 and sunrgbd datasets?

Serge-weihao avatar Sep 10 '20 07:09 Serge-weihao

@Serge-weihao The official dataset (@nyuv2, @sunrgbd) provides the camera intrinsics.

charlesCXK avatar Sep 11 '20 17:09 charlesCXK