hkust-vgd / scanobjectnn

Code for Revisiting Point Cloud Classification: A New Benchmark Dataset and Classification Model on Real-World Data, ICCV 2019
MIT License
237 stars 31 forks source link

How to download the obj dataset of PB_T50_RS? #34

Open libeike opened 2 years ago

libeike commented 2 years ago

I downloaded the .bin file. How do I convert it to .ply or .object?

SFMDI commented 1 year ago

You may have already solved the problem, but I will write down the solution.

You can use the load_pc_file function of data_utils.py to properly transform the bin file.