PlaneNet icon indicating copy to clipboard operation
PlaneNet copied to clipboard

How are planes labeled in the plane segmentation mask branch?

Open sheMnapion opened this issue 4 years ago • 2 comments

Hi, I have read your paper, but I'm confused about the way the planes are labeled from 1 to 10 (if 10 planes are found), and I haven't got a clue for that. Are they labeled according to the order of their covered area, or from left top to right bottom, or just labeled randomly?

sheMnapion avatar Jul 24 '19 14:07 sheMnapion

They are random. The order of planes doesn't matter since I used the matching loss.

art-programmer avatar Aug 10 '19 17:08 art-programmer

They are random. The order of planes doesn't matter since I used the matching loss.

Great work! when I try to train the network an error shows up: NotFoundError: ./tf_nndistance_so.so: undefined symbol: _ZTIN10tensorflow8OpKernelE. I think this may be because I didn't successfully build the code. How can I eliminate this problem? ubuntu :16.04 ; nvidia-driver-440;cuda:10.0; cudnn:7.5.0; tensorflow-gpu:1.10.0; gcc/g++:5.4.0; Thanks in advance!!! @art-programmer

skq-5233 avatar Jun 19 '20 08:06 skq-5233