Skip to content

more options for profile variable in do_seg #32

Description

@ebgoldstein

When calling seg_images_in_folder in Gym, the program calls the doodleverse utils fndo_seg:

The fn do_seg has a profile variable, which controls amount of output.

profile='minimal' is just the predicted segmentations

profile = 'meta' is all metadata and predicted segmentations

profile = 'full' is all metadata, predicted segmentations, probability maps, and overlays

full metadata is very heavy, esp. for many images, but the overlay and proability maps are so useful. I propose we add:

profile = 'overlay' for predicted segmentations, and overlays
profile = 'poverlay' for predicted segmentations, probability maps, and overlays

I can make this change in the coming days..

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions