lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
3.09k stars 264 forks source link

Parse lightly-serve paths correctly #1503

Closed guarin closed 7 months ago

guarin commented 7 months ago

Changes

This fixes a bug where paths with whitespaces or special characters were not correctly resolved.

How was it tested

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3260da8) 84.43% compared to head (fc52455) 84.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1503 +/- ## ======================================= Coverage 84.43% 84.43% ======================================= Files 140 140 Lines 5794 5796 +2 ======================================= + Hits 4892 4894 +2 Misses 902 902 ```

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