Skip to content

Releases: supervisely-ecosystem/nn-image-labeling

added support for sam models

16 Dec 16:32
e339cf6
Compare
Choose a tag to compare
Merge pull request #62 from supervisely-ecosystem/sam-support

added support for sam models

Initialize inference settings to an empty dictionary if None

08 Nov 08:53
06c13f1
Compare
Choose a tag to compare
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

06 Nov 15:00
a3e5cee
Compare
Choose a tag to compare
v1.7.31

Fix AttributeErrors, reduce retry count to 5 and check if input data …

Fix progress bars for nested datasets

14 Oct 09:06
d1bdb58
Compare
Choose a tag to compare
fix progress bars for images and datasets (#57)

Co-authored-by: vorozhkog <vorozkhog@icloud.com>

Fix IndexError upon previewing empty dataset

03 Oct 22:34
Compare
Choose a tag to compare
v1.7.29

add exception handling to prevent IndexError

Add nested dataset support

25 Sep 17:06
4a353f6
Compare
Choose a tag to compare
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

14 Aug 05:18
Compare
Choose a tag to compare
v1.7.27

Add option to save img_tags

Replace only labels mode

13 Aug 12:10
ad0364a
Compare
Choose a tag to compare
v1.7.26

Replace only labels mode

Bugfix

12 Aug 19:58
Compare
Choose a tag to compare
v1.7.25

Bugfix with image name collisions

Added Inference Error Notifiction to UI

01 Aug 14:45
daa8c79
Compare
Choose a tag to compare
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>