SiddhikaArun

Results 4 comments of SiddhikaArun

> You don't need to add the Label Mannually.. the indoor3d_util.py will add the labels for you. see.. points = np.loadtxt(f) labels = np.ones((points.shape[0],1)) * g_class2label[cls] // 6 featue to...

> @MageeChan I found that I was stuck at 0% because it would run for a long time, so I asked him to print something in both for loops to...

> @mostafa501 The original code is for testing with stanford data. I modified it to force it to do semantic segmentation on own data. Therefore, the current evaluation is bullshit...

> @SiddhikaArun, i used my own datset for test by following the same steps of above (comments of oshita-n), the result of test were done, but i didnot use my...