SCIInstitute / shapeworks-cloud

A web version of ShapeWorks Studio
https://www.shapeworks-cloud.org/#/
Apache License 2.0
1 stars 0 forks source link

Augmentation Pagination and General Error handling #370

Closed JakeWags closed 4 months ago

JakeWags commented 4 months ago

Adds augmentation pagination for the samples. Default to 12 per page.

Adds error handling to training tab to avoid any issues with no deepssm_error data array. If there is no deepssm_error data array, ignore any heatmap and just render the shape in white. (I can't really test this locally as I can't reproduce the error, but I set data = undefined as a test and that rendered just the white shape)

This example has 30 augmentation samples generated: aug-shapeviewer-pagination

JakeWags commented 4 months ago

@annehaley You're good to merge whenever