HumanSignal / label-studio-ml-backend

Configs and boilerplates for Label Studio's Machine Learning backend
Apache License 2.0
587 stars 262 forks source link

fix: RND-71: Support cloud storage links resolution for textual ML backends #546

Closed makseq closed 6 months ago

makseq commented 6 months ago

Use get_local_path() for task data if valueType=url.

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 91.17647% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 52.21%. Comparing base (17e0932) to head (c3e5778).

Files Patch % Lines
label_studio_ml/utils.py 88.88% 2 Missing :warning:
label_studio_ml/model.py 93.75% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #546 +/- ## ========================================== + Coverage 49.71% 52.21% +2.49% ========================================== Files 40 22 -18 Lines 2669 1444 -1225 ========================================== - Hits 1327 754 -573 + Misses 1342 690 -652 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.