orange3-imageanalytics icon indicating copy to clipboard operation
orange3-imageanalytics copied to clipboard

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks

Results 7 orange3-imageanalytics issues
Sort by recently updated
recently updated
newest added

##### Issue Fixes #243. ##### Description of changes Also change the models so that image attr must be a string, and title prefers strings (unless there is a class var,...

Current heuristics for fixing paths only do so for string attributes with type=image attribute. Orange can't guess much more, but this is not enough. I suggest a new edit-domain-like widget...

#230 causes crashes. I believe that problems start when data contains no suitable meta attributes, in which case `self.image_attr` is set to `None` - although combo does not have this...

##### Issue No possibility to set custom server url. ##### Description of changes Adding a field and functionality for a custom URL set. ##### Includes - [X] Code changes -...

##### Image Analytics version / Orange version N/A ##### Expected behavior Image Viewer should be able to show images from some given directory that could be set in the widget....

Example: ```python from PIL import Image import numpy as np from orangecontrib.imageanalytics.image_embedder import ImageEmbedder embedder = ImageEmbedder(model="squeezenet") img = Image.open("img.jpg") img_data = embedder([np.array(img)]) ```

Orange 3.38 might support switching between languages. This is a draft of how add-ons would support that. We would upload original sources to PyPi and run translation during installation. Add-on...