cfernandezlab / CFL

Tensorflow implementation of our end-to-end model to recover 3D layouts. Also with equirectangular convolutions!
GNU General Public License v3.0
105 stars 18 forks source link

A question about CE #15

Closed FocusK closed 3 years ago

FocusK commented 4 years ago

Hi! Thanks for your great work! I have a question about CE, hoping to get your help. In your code, I can't find how to calculate CE and PE. The output of network is an image, but I wonder how to get the corner id from Corner Map, especially for complete segmentation, can you spare your code or describe your method. Thank you! Best wishes for you.

cfernandezlab commented 4 years ago

You can check 2Dto3D.ipynb to know how to obtain the 2D corners from the corner maps.