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

Inception v3 internet connection #183

Closed jsender321 closed 2 years ago

jsender321 commented 4 years ago
Image Analytics version

0.5.1

Orange version

3.25.0

Expected behavior

Process image embedding through Inception v3

Actual behavior

Image embedding widget continuously spins at 0% for approximately 10 minutes, then a warning appears saying "No internet connection: switched to local embedder". Verified that internet connection is stable and is not behind a proxy.

Steps to reproduce the behavior

Occurs while attempting to use Inception v3 embedder with any image dataset from Import Images.

PrimozGodec commented 4 years ago

Thank you for submitting the issue. I just tested inception and it works for me. Are you behind the firewall or proxy? Does it only happens with the inception or is the same problem with other embedders?

jsender321 commented 4 years ago

Thanks for the prompt reply.

My internet connection is not behind a proxy. For the sake of being thorough, I have also tried completely disabling the firewall entirely, rather than just allowing individual application access through the firewall. Still, no success.

The issue persists when using the Inception v3 and openface embedders. All other embedders operate as they should.

PrimozGodec commented 4 years ago

Thank you for the additional information. Can you just let me know what operating system do you use?

jsender321 commented 4 years ago

image

image

PrimozGodec commented 2 years ago

Closing due to inactivity (also I cannot reproduce). Btw, we switched to the new backend lately so now maybe it works. Feel free to reopen if still appears.