drsrinathsridhar / xnocs

Multiview Aggregation for Learning Category-Specific Shape Reconstruction, NeurIPS 2019
38 stars 7 forks source link

How to get the XNOCS map? #5

Closed hiyyg closed 4 years ago

hiyyg commented 4 years ago

Hi, very interesting work! Could you please share the code for generating the XNOCS map, so that we can compute the targets for other 3D models?

drsrinathsridhar commented 4 years ago

Thanks for your interest. Our code for X-NOCS map generation is all in Unity, specifically as a custom shader -- I am not sure if that code would be readable/useful. But our implementation closely follows Alec Jacobson's description of depth peeling:

http://www.alecjacobson.com/weblog/?p=4310