daniilidis-group / neural_renderer

A PyTorch port of the Neural 3D Mesh Renderer
Other
1.13k stars 252 forks source link

Any plan to support rendering on non-square canvas? #44

Closed hzsydy closed 5 years ago

hzsydy commented 5 years ago

Currently, the system only uses a single image_size as both width and height. To modify the system to support width and height separately, functions in rasterize_cuda_kernel.cu could be slightly changed.

hzsydy commented 5 years ago

Make a pull request by myself :) See https://github.com/daniilidis-group/neural_renderer/pull/45