jkxing / DROT

Code for SIGGRAPH ASIA 2022 paper Differentiable Rendering using RGBXY Derivatives and Optimal Transport
MIT License
72 stars 6 forks source link

Input reference image have to come from a rendering of the gt_scene? #5

Open VincentHancoder opened 1 year ago

VincentHancoder commented 1 year ago

Hi author, nice work! When I use your code, I notice that your reference image gt_img and gt_img_torch come from the rendering of gt_scene. I wonder if it is possible to only use 0_gt.png as a reference image to guide the lay-out process. Because in practice, I tend to only have one correct image (without camera pose) instead of gt_scene. Feel free to correct me if I've misinterpreted anything.🤝

jkxing commented 11 months ago

Of course! You can use your image. Make sure that the color range and image resolution fit the requirements.