biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Local Embedder: Support various models #231

Closed VesnaT closed 1 year ago

VesnaT commented 1 year ago
Issue

Squeezenet is hadrcoded in the LocalEmbedder class.

Description of changes

Refactor Local Embedder and introduce Squeezenet Model to support various models.

Includes
PrimozGodec commented 1 year ago

This should fix failing tests https://github.com/biolab/orange3-imageanalytics/pull/232

PrimozGodec commented 1 year ago

I checked and tested the implementation, and it looks OK. I would wait for GH actions to start working back normally.

PrimozGodec commented 1 year ago

/rebase

codecov[bot] commented 1 year ago

Codecov Report

Merging #231 (b2e0f8a) into master (dee3850) will increase coverage by 0.04%. The diff coverage is 95.65%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #231 +/- ## ========================================== + Coverage 69.58% 69.63% +0.04% ========================================== Files 17 18 +1 Lines 2828 2832 +4 Branches 393 393 ========================================== + Hits 1968 1972 +4 Misses 748 748 Partials 112 112 ```