ayoolaolafenwa / PixelLib

Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save the segmented objects to a different folder

tejalal opened this issue · comments

commented

Currently, all the extracted objects after segmentation gets saved in the current folder ? Is there any way to save the segmented objects to a different folder, as I need to segmented multiple images and for each image, there is a need to save the extracted objects in a different folder.

save_extracted_objects=True //saves to current folder.
@ayoolaolafenwa

@tejalal this might help you.
#28