Search found 1 match
- Sat Feb 08, 2025 8:02 pm
- Forum: 3DMASC
- Topic: 3DMASC paper code
- Replies: 9
- Views: 40580
Re: 3DMASC paper code
Hi again, I am trying to reproduce the paper results using python. Specifically, I am playing with the AIN data. I am using the following code to compute the features : data_path = r'D:\DATA\Pointclouds\AIN' pc1 = os.path.join(data_path, "green_532nm_all.laz") pc2 = os.path.join(data_path...