slavesocieties / openai

0 stars 0 forks source link

Re-factor, modularize, and improve segmentation driver #10

Open d-genk opened 6 months ago

d-genk commented 6 months ago

Remove all hard-coded parameters from the image segmentation pipeline and allow them to be configured when the segmentation driver is called. Set default values for each parameter to be the value that currently appears in the pipeline. Add documentation explaining the signification of each parameter and where in the pipeline it appears.

d-genk commented 4 months ago

Updated to include a more thorough overhaul of the driver. Many/most processing and logging steps should be modularized, data flow should be made more consistent and intelligible, and better control flow should be implemented in anticipation of the development of customizable processing flows for different types of images.