Skye
Skye
Thanks for your working and new uploads ~ When compiling in file 'index_max_ext', I fail like below,  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)  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...