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 model source parameter; fixes #56 #57

Closed hahahannes closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #57 (3605900) into master (32236ee) will increase coverage by 0.92%. The diff coverage is 92.38%.

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   74.64%   75.57%   +0.92%     
==========================================
  Files          13       13              
  Lines        1266     1310      +44     
  Branches      244      250       +6     
==========================================
+ Hits          945      990      +45     
- Misses        279      280       +1     
+ Partials       42       40       -2     
Flag Coverage Δ
unittests 75.57% <92.38%> (+0.92%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
thingsvision/vision.py 64.68% <ø> (ø)
thingsvision/model_class.py 76.31% <89.61%> (+3.67%) :arrow_up:
thingsvision/custom_models/alexnet_ecoset.py 100.00% <100.00%> (+7.14%) :arrow_up:
thingsvision/custom_models/custom.py 100.00% <100.00%> (ø)
thingsvision/custom_models/resnet50_ecoset.py 100.00% <100.00%> (+7.69%) :arrow_up:
thingsvision/custom_models/vgg16bn_ecoset.py 100.00% <100.00%> (+7.69%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

hahahannes commented 2 years ago

dont merge yet :) I need to remove the backend parameter