UkcheolShin / MS2-MultiSpectralStereoDataset

This is the official GitHub page of the Multi-Spectral Stereo (MS2) dataset described in CVPR 2023 paper.
https://sites.google.com/view/multi-spectral-stereo-dataset
45 stars 4 forks source link

Possibly incorrect FOVs listed in paper #7

Open specarmi opened 8 months ago

specarmi commented 8 months ago

I computed HFOVs from the rectified camera matrices provided in calib.npy with the following equation: $HFOV = 2 * \text{atand}(n_x / (2 f_x))$ where:

this yields:

I checked the one camera for which I could confidently find the HFOV, the left NIR camera from the Intel RealSense D435i, and the spec sheet lists the HFOV as 91.2 degrees (see table 3-13). It appears the 69 degree HFOV listed in the paper was taken from either the color sensor (table 3-16) or the standard imager (table 3-12), while the D435i uses the wide imager (as listed in table 3-11).

My guess is that HFOV listed for the RGB camera in the paper is correct and that the rectified RGB images lose a slight bit of that FOV. But it seems the thermal and NIR FOVs listed in the paper are incorrect. Can you confirm whether this is the case?

specarmi commented 8 months ago

Is it possible you have the 90 degree HFOV A65 thermal camera? The HFOV of the NIR and thermal cameras appear the same image