Hello, how can I get the application(exe) of Purdue's segmentation and reconstruction?
The code is here:
|
subprocess.run(['segmentation', args.las, args.cls, args.dtm], check=True) |
|
subprocess.run(['reconstruction', |
Is this step is necessary for building reconstruction?