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

[WIP] Local embedders implementation #118

Closed PrimozGodec closed 5 years ago

PrimozGodec commented 5 years ago
Issue

When no internet connection embedders are not available

Description of changes

This pull request implement local embedders with Tensorflow. Later embedders were implemented in pure Nupy https://github.com/biolab/orange3-imageanalytics/pull/124 margin PR #124 mean we are not merging this PR.

Includes
codecov-io commented 5 years ago

Codecov Report

Merging #118 into master will increase coverage by 3.13%. The diff coverage is 85.47%.

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   76.04%   79.17%   +3.13%     
==========================================
  Files           5        7       +2     
  Lines         526      634     +108     
  Branches       84       95      +11     
==========================================
+ Hits          400      502     +102     
- Misses         98      101       +3     
- Partials       28       31       +3
PrimozGodec commented 5 years ago

I am assigning @acopar to review the code. @ajdapretnar can you just check the documentation which was modified.

PrimozGodec commented 5 years ago

Closed via #124