Closed 2320sharon closed 2 years ago
On lines 160 and 174 respectively the comments read #346,564
#242,812
. I am assuming this is the target size for 'simple_unet' and 'satunet' right?
Thank you I will manually add your comments to avoid git merge headaches
I incorporated all these excellent comments in my latest push to main, https://github.com/Doodleverse/segmentation_gym/commit/7f9d9550d43f0d24e2a3a5968b9bd85eabb57dd4
I added comments to
seg_images_in_folder.py
that clarify the purpose of variables such asweights
,sample_direc
, and more. These comments also explain the logic behind why certain files are loaded in, what is happening in each segment in the code, and the dynamically created variables fromI also included comments for some of the functions, models, and variables loaded in from
doodleverse_utils
as it was difficult to discern where functions likedo_seg
were defined.