jmydurant

Results 5 comments of jmydurant

Hi, @xvbw . I face the same problem recently. Cityscapes dataset annotation has two kind label : "id", and "trainid". Unfortunately, gtFine_labelIds.png uses id and the image in the list...

For your dataset, you can modify the points shape to **n * 8192 * 3** and labels shape to **n * 8192**. For more details, please refer to [here](https://github.com/MVIG-SJTU/pointSIFT/blob/master/scannet_dataset.py).

OK, I am looking for internship right now. I will release it after that. [https://mail-online.nosdn.127.net/qiyelogo/defaultAvatar.png] 修宇亮 邮箱:[email protected] 签名由 网易邮箱大师 定制 On 07/19/2018 14:03, Rui Bu wrote: Thanks for your great...

sorry for my late reply. I have fixed this issue. you can remove #include "kdt.h". or download this rep again.

Your GPU memory runs out. You can use small batch size or multiple GPU cards for training.