weixmath / view-GCN

Pytorch code for view-GCN (CVPR2020)
73 stars 17 forks source link

RGBD dataset #16

Open scut-shpan opened 1 year ago

scut-shpan commented 1 year ago

Hello, can you provide some details of RGBD dataset selection view and processing of input images with different sizes?Thanks.

weixmath commented 1 year ago

Hello! We uniformly take 12 RGB multi-view images captured by cameras on a circle with 45-degree camera elevation angle. And all images are resize to 224x224 by the transforms.Resize() function in torchvision.