Skip to content

Commit

Permalink
fix: Replace label-studio-converter to label-studio-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq committed Aug 13, 2024
1 parent 5bb2b14 commit 090f8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evalme/image/object_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from collections import defaultdict, Counter

from label_studio_converter.brush import decode_rle
from label_studio_sdk.converter.brush import decode_rle
from shapely.geometry import Polygon, MultiPolygon, LineString
from shapely.ops import unary_union, polygonize

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ scipy>=1.4.1
attr==0.3.1
xmljson==0.2.0
lxml>=4.2.5
label-studio-converter>=0.0.36
label-studio-sdk>=1.0
label-studio-tools

0 comments on commit 090f8fe

Please sign in to comment.