4DVLab / HuCenLife

This is the official implement for Human-centric Scene Understanding in 3D Large-scale Scenarios.
28 stars 0 forks source link

About the data visualization and instruction #1

Open junhua-l opened 10 months ago

junhua-l commented 10 months ago

Thank you for sharing!

After downloading the whole dataset, I find it difficult to utilize the dataset. I tried to open the bin file, but there were problems with the existing point cloud software and scripts. My understanding is to first merge bin files with the same prefix name. However, I still have trouble visualizing the point cloud. For example, the point cloud cannot be opened or the point clouds are all on the axis. I also have a problem with the use of provided images. There is no information about the dataset or guidance in the article.

I wonder if the author can provide a code for data processing or maybe a readme file on how to use the dataset. I want to use it as soon as possible.

junhua-l commented 10 months ago

I have also tried STcrowd from your group. It follows a similar file structure with HuCenLife. My code works fine in STcrowd. I want to know whether the original point cloud data from the .bin file has shape of (N,4) with (x,y,z,reflection) and ntype of float32.

Yichen-Yao commented 8 months ago

Sorry for the leak of information. .bin file has shape of (N,5) with (x,y,z,reflection,t) and ntype of float32.

4DVLab commented 8 months ago

The .bin file has shape of (N,5) with (x,y,z,reflection,t) and ntype of float32.