jkxing / DROT

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

matching by rasterize's barycentric coordinates? #6

Open 2226415223 opened 6 months ago

2226415223 commented 6 months ago

Hi,have you guys tried matching pixels by barycentric coordinates with the same triangleId?I have done this with sample translation job, ignore those invalid or no matched pixel pairs, using mseloss for those matched rgbxy pixels for backwards, but it seems not work..