Releases: supervisely-ecosystem/nn-image-labeling
Releases · supervisely-ecosystem/nn-image-labeling
added support for sam models
Merge pull request #62 from supervisely-ecosystem/sam-support added support for sam models
Initialize inference settings to an empty dictionary if None
Initialize inference settings to an empty dictionary if None (#61) * Initialize inference settings to an empty dictionary if None * Log final inference settings after ensuring they are initialized properly
Fix AttributeErrors related to archived images
v1.7.31 Fix AttributeErrors, reduce retry count to 5 and check if input data …
Fix progress bars for nested datasets
fix progress bars for images and datasets (#57) Co-authored-by: vorozhkog <vorozkhog@icloud.com>
Fix IndexError upon previewing empty dataset
v1.7.29 add exception handling to prevent IndexError
Add nested dataset support
Add nested dataset support (#56) * wip * fix process_ds_tree func * fix result project structure * fix selected ds issue --------- Co-authored-by: vorozhkog <vorozkhog@icloud.com>
New mode added: Replace labels and keep image tags
v1.7.27 Add option to save img_tags
Replace only labels mode
v1.7.26 Replace only labels mode
Bugfix
v1.7.25 Bugfix with image name collisions
Added Inference Error Notifiction to UI
Error UI notification added for request exceptions (#53) * wip * move button to sly-notification field * remove unnecessary line --------- Co-authored-by: vorozhkog <vorozkhog@icloud.com>