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

[FIX] Image embedding: resize an image before sending to the server #189

Closed PrimozGodec closed 4 years ago

PrimozGodec commented 4 years ago
Issue

When changing the embedders we forgot to set up the image resizing before sending to the server, this is the reason that some images failed with embedding because they had size more than 1MB.

Description of changes

Enable image resizing for each embedder

Includes
codecov[bot] commented 4 years ago

Codecov Report

Merging #189 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
+ Coverage   66.47%   66.48%   +0.01%     
==========================================
  Files          13       13              
  Lines        3001     3002       +1     
  Branches      439      439              
==========================================
+ Hits         1995     1996       +1     
  Misses        888      888              
  Partials      118      118