NVlabs / planercnn

PlaneRCNN detects and reconstructs piece-wise planar surfaces from a single RGB image
Other
556 stars 123 forks source link

Question about planes.npy and plane_info.npy #45

Open XiaoSong9905 opened 4 years ago

XiaoSong9905 commented 4 years ago

Hi,

I'm trying to run the PlaneRCNN code and get the surface normal of each plane (not the anchor normal, but the regular normal), but kind of confused about what is planes.npy and plane_info.npy. Can anyone explains what is those two files and how can I extract regular surface normal from those two files?

P.S. in the README.md, it says planes.npy is a "global normal". How does this global normal map to each image/annotation?

luisboteg commented 4 years ago

planes.npy its 3D numpy with masks, 1 mask for each plane on image. planes_info.npy i donk know cause he said not using on him train, but u should see it on python script to print it on console this .npy