You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When LaserChicken extracts features from an input pointcloud, it creates an outplut .ply file. When new features are extracted from the same input, the output file is currently overwritten (I think). Perhaps add a flag so the user can determine whether:
All features should be recomputed and the entire output file overwritten
Nothing should be computed, the file is skipped
Only new features should be computed and appended to the existing .ply file.
In either case, the documentation could be made more clear about the current behaviour of LaserChicken (which is option 1., I think).
The text was updated successfully, but these errors were encountered:
When LaserChicken extracts features from an input pointcloud, it creates an outplut .ply file. When new features are extracted from the same input, the output file is currently overwritten (I think). Perhaps add a flag so the user can determine whether:
In either case, the documentation could be made more clear about the current behaviour of LaserChicken (which is option 1., I think).
The text was updated successfully, but these errors were encountered: