SCIInstitute / ShapeWorks

ShapeWorks
http://sciinstitute.github.io/ShapeWorks/
Other
101 stars 32 forks source link

Issue 2072 Fix #2158

Closed jadie1 closed 8 months ago

jadie1 commented 8 months ago

This PR addresses issue #2072 by making a distinction between data augmentation with and without local particles. I've updated the documentation appropriately.

jadie1 commented 8 months ago

There are now two functions: DataAugmentationUtils.runDataAugmentation(out_dir, img_list, world_point_list, ...)

and DataAugmentationUtils.runLocalDataAugmentation(out_dir, img_list, world_point_list, local_point_list, ...)