HKUST-Aerial-Robotics / PredRecon

[ICRA'23] A Prediction-boosted Planner for Fast and High-quality Autonomous Aerial Reconstruction
GNU General Public License v3.0
160 stars 10 forks source link

Request the dataset you are using #11

Open KerouacDlg opened 9 months ago

KerouacDlg commented 9 months ago

I wonder if you can provide the processed data set. When I use the PCN data set, there are multiple ply files with the same name, such as xxx_1.ply, xxx_2.ply, xxx_3.ply. If they are directly converted into pcd files, the SPM module still cannot read them. I also encountered many unsolvable difficulties when using House3K to generate data sets. So I wanted to ask you if you could provide us with the dataset you used

Willis814 commented 9 months ago

I have encountered this problem before. Maybe you need to use pcltools to convert the ply files to pcd files. For example, "pcl_ply2pcd input_file.ply output_file.pcd".

Willis814 commented 9 months ago

You could also see https://github.com/HKUST-Aerial-Robotics/PredRecon/issues/2

KerouacDlg commented 8 months ago

The problem I encountered when processing the house3k data set is that after processing the data set, the first dimension of many pillars is zero, which I cannot solve. image image

So can you provide a more detailed method of generating the data set or upload the house3k point cloud data set you used to the cloud disk? I would be very grateful if you could do this