Releases: supervisely-ecosystem/nn-image-labeling
Releases · supervisely-ecosystem/nn-image-labeling
Handle model serving errors. Update docker image to supervisely/labeling:6.72.132
v1.6.10 Handle model serving errors. Upgrade docker image tag to 6.72.132 (#36)
Update docker image to supervisely/labeling:6.72.122 in tool. Check if ROI object exists.
v1.6.9 Upgrade sdk version. Check if roi object exists. (#35)
Update docker image to supervisely/labeling:0.0.5
Update docker image to supervisely/labeling:0.0.5 (#32) * Update config.json * Update config.json
Update docker image to labeling:1.0.0
Update docker image to labeling:1.0.0 (#31) * Update config.json * Update config.json
disappearing serving apps ui bug fix
v1.6.6 upgrade sdk versions
optimize app launch
optimize app launch (#29) * Update and rename requirements.txt to dev_requirements.txt * Update sl version * Update sl version
added full image inference support for yolov8 pose estimation task
v1.6.4 added full image inference support for yolov8 pose estimation
apply model to image disabled button bug fix
v1.6.3 apply model to image disabled button bug fix
disabled apply model to image button for pose estimation
Merge pull request #28 from supervisely-ecosystem/pose_estim_updates disabled apply model to image button for pose estimation
Fix sliding window inference timeouts for huge images
Fix sliding window inference timeouts for huge images (#27) * process images one by one in case batch inference failed * process images in sliding window mode 1 by 1 * upgrade supervisely version to v6.72.12