Open hcp6897 opened 3 years ago
I'm not intimately familiar with the parameters to pc_generator
so unfortunately I can't give you a direct answer (sorry!). That said, the docs, provide some insight for where to look, and the code in pc_generator.cpp
for parsing arguments lists the argument names and shows how they are parsed. Section 5 of the original paper describes the sampling procedure which should explain what each argument means. Good luck!
execute this shell:
./bin/pc_generator data/models/bull.mpu data/pcs/bull/bull 5 0 48
It showed the errors:
unknown option: 5 unknown option: 0 unknown option: 48 need to specify some number of scans!
I don't know that these params how to set rightly.
([param value]) ([param range min_value max_value number])