cmerikson / Math76_FinalProject

1 stars 0 forks source link

Export & Extend Area Generation Function (manual) #5

Closed Kyrylo-Bakumenko closed 2 months ago

Kyrylo-Bakumenko commented 2 months ago

The purpose of this issue is to complete the export of the area estimation function to its own file, allowing it to be called from outside the original notebook.

Screenshot 2024-08-16 at 1 34 19 AM

Additionally, this expands the method to target a directory rather than a file, thus allowing a choice of every file in the directory.

Screenshot 2024-08-16 at 1 37 45 AM
Kyrylo-Bakumenko commented 2 months ago

[IMPORTANT] Due to a quirk I cannot resolve with matplotlib interactive widgets, to use the function you must:

  1. Start at the last plot and work upwards
  2. For each plot, clock to drop points on the boundary
  3. When satisfied with points, press "DONE"
  4. Move on upward until finished
cmerikson commented 2 months ago

See the adjustments in the Manual_Segmentation.ipynb file in the Working_Notebooks folder. There are some updates related to file overwriting, skipping images, and selecting a random subset of images.