Skye

Results 5 issues of Skye

Thanks for your working and new uploads ~ When compiling in file 'index_max_ext', I fail like below, ![image](https://user-images.githubusercontent.com/37540879/63415086-c0489500-c42f-11e9-999c-873d9b695d91.png) I cannot find why I fail. Do I have to use this...

Sorry to take your time again and again (sorry for being stupid TAT) I sucessfully got the retrieval result. It turns out to be only 55 files (weird). And in...

Hi~ blensor is very impressive! But I find some problems: when I use HDL-64E2, it seems to lose some area (the top of the car in the picture) ![image](https://user-images.githubusercontent.com/37540879/93285353-3a03ab80-f807-11ea-837c-0f92e47f1fa5.png) when...

Sorry to disturb, I failed when install. These are error messages, could you please help me find where is wrong? Ubuntu 16.04 Pytorch1.6.1 CUDA9.0 Compiling objects... Allowing ninja to set...

when I run `pc_normals = compute_features(pc.astype(np.float64), search_radius=0.1, feature_names=["nx","ny","nz"])` I got many ‘nan’ How can this happen? pc_normals = compute_features(pc.astype(np.float64), search_radius=0.1, feature_names=["nx","ny","nz"]) (Pdb) print np.isnan(pc).sum() 0 (Pdb) n /home/gy/PVCNet1014/Utils.py(95)Compute_Normals() -> pc_normals...