Ibrahima

Results 13 comments of Ibrahima

thank you @KyriaAnnwyn for sharing this code. I got a question about how can i get numpy array of tsdfs ? thanks !

hi there, @qiji77 I didn't find the way to solve that problem. Sorry :( I still got black points

Hi there, are there some black points somehow in the generated obj files?

oh okay! thanks for your reply @santhu937 yeah few months ago during my intership, I used scanComplete, but I was getting bad ouput (black points, not enough points in the...

> @rejivipin I prepared h5 files from LiDAR point clouds. I converted las files to txt files, using CloudCompare software, then prepared numpy files using collect_indoor3d_data.py in the semantic segmentation...

> @euzer What error is it showing? Basically, collect_indoor3d_data.py converts the .txt files to .npy format... Maybe there will be some issue with the file path or so... I don't...

@pournami123 I don't get any error when running colect_3d_indoor.py to check if the .npy correspond exacty to my original scan, i open the npy by Open3D and it shows me...

Thank you for your answer @majidnasr ! But i have take into Stanford data which look like this : Stanford3dDataSet ![Capture11](https://user-images.githubusercontent.com/40198932/63096889-5af82e00-bf6f-11e9-81ac-54b5c19fb46d.PNG) In my case i only have an equivalent to...

> Hello In collect_indoor3d_indoor.py annotations have path to its sub object in whole scene file. I am confused where it uses whole confrence.txt scene or office.txt .As i am preparing...

> Hello All, > I wanted to train PointNet for classification only. I have pointcloud data(x, y, z, i) in .bin format and corresponding labels in .txt format. > >...