ShichenLiu / SoftRas

Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
MIT License
1.24k stars 156 forks source link

source.npy shape explanation #20

Closed MichalisLazarou closed 3 years ago

MichalisLazarou commented 5 years ago

I am trying to understand the dimensions of source.npy represent.(120, 4,64,64). I understand that 120 are the examples and 64*64 are the size of the image, but what is the 4 stand for? I am asking because I am trying to replicate and use SoftRas with another dataset of silhouette images

ShichenLiu commented 5 years ago

Hi there,

120 is the dimension of different views and 4 is RGBA channels.