Open Tord-Zhang opened 4 years ago
Hi,
TL;DR. Yes, the RGBs are bilinear downsampling to match the depth resolution.
We obtained the ScanNet data from the Robust Vision Challenge 2018. After running scripts to download, unzip, split and downsample the data, the resolutions of RGB and depth images are match (640x480). There is no alignment required in this case.
Hi,
Since the resolution of RGB frames and depth are different, is any alignment operation required? Or I just need resize both RGB image and depth to the same resolution?
Thanks.