ViCCo-Group / thingsvision

Python package for extracting representations from state-of-the-art computer vision models
https://vicco-group.github.io/thingsvision/
MIT License
157 stars 21 forks source link

added torchtyping #124

Closed LukasMut closed 1 year ago

LukasMut commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Base: 75.12% // Head: 75.15% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (1a9a3ce) compared to base (959a42e). Patch coverage: 88.46% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #124 +/- ## ========================================== + Coverage 75.12% 75.15% +0.02% ========================================== Files 24 24 Lines 1162 1163 +1 Branches 170 170 ========================================== + Hits 873 874 +1 Misses 247 247 Partials 42 42 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `75.15% <88.46%> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/ViCCo-Group/thingsvision/pull/124?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group) | Coverage Δ | | |---|---|---| | [thingsvision/core/extraction/extractor.py](https://codecov.io/gh/ViCCo-Group/thingsvision/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group#diff-dGhpbmdzdmlzaW9uL2NvcmUvZXh0cmFjdGlvbi9leHRyYWN0b3IucHk=) | `78.99% <66.66%> (ø)` | | | [thingsvision/core/extraction/helpers.py](https://codecov.io/gh/ViCCo-Group/thingsvision/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group#diff-dGhpbmdzdmlzaW9uL2NvcmUvZXh0cmFjdGlvbi9oZWxwZXJzLnB5) | `71.13% <87.50%> (ø)` | | | [thingsvision/\_version.py](https://codecov.io/gh/ViCCo-Group/thingsvision/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group#diff-dGhpbmdzdmlzaW9uL192ZXJzaW9uLnB5) | `100.00% <100.00%> (ø)` | | | [thingsvision/core/extraction/base.py](https://codecov.io/gh/ViCCo-Group/thingsvision/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group#diff-dGhpbmdzdmlzaW9uL2NvcmUvZXh0cmFjdGlvbi9iYXNlLnB5) | `67.24% <100.00%> (+0.57%)` | :arrow_up: | | [thingsvision/core/extraction/mixin.py](https://codecov.io/gh/ViCCo-Group/thingsvision/pull/124/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group#diff-dGhpbmdzdmlzaW9uL2NvcmUvZXh0cmFjdGlvbi9taXhpbi5weQ==) | `78.50% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ViCCo-Group)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.