Difference between revisions of "Orange: Save Images"

From OnnoWiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Sumber: https://orange.biolab.si/widget-catalog/image-analytics/saveimages/
 
Sumber: https://orange.biolab.si/widget-catalog/image-analytics/saveimages/
  
 
+
Widget Save Images menyimpan image dalam directory yang terstruktur.
Save images in the directory structure.
 
  
 
==Input==
 
==Input==
Line 8: Line 7:
 
  Data: images to save.
 
  Data: images to save.
  
Save Images is a simple widget that saves images sent to its input. Images will be saved as separate files in their own directory. When a class is present in the data, images will be saved in subdirectories based on the class variable.
+
Widget Save Images adalah sebuah widget sederhana akan menyimpan images yang dikirim ke input-nya. Images akan di simpan dalam file yang terpisah dalam directory-nya masing-masing. Jika ada class dalam data, images akan di simpan dalam subdirectory berdasarkan variabel class.
  
[[File:SaveImages.png|center|200px|thumb]]
+
[[File:SaveImages.png|center|300px|thumb]]
  
 
* Attribute containing the path to the image.
 
* Attribute containing the path to the image.
Line 26: Line 25:
 
==Supported Format==
 
==Supported Format==
  
Save Images can save images in the following formats:
+
Widget Save Images dapat menyimpan images dalam format berikut:
  
 
     .png
 
     .png
Line 39: Line 38:
 
==Contoh==
 
==Contoh==
  
Here is a simple example how to use Save Images. We loaded 14 paintings from Picasso, sent them to Image Embedding using Painters embedder, then to Distances using cosine distance and finally to Hierarchical Clustering to construct a dendrogram. Then we selected a cluster from the plot and saved the images belonging to the selected cluster with Save Images.
+
Berikut adalah contoh sederhana cara menggunakan widget Save Images. Kita me-load 14 lukisan dari Picasso, mengirimkannya ke Widget Image Embedding menggunakan Painters embedder, kemudian mengirimkannya ke Widget Distances menggunakan cosine distance dan akhirnya ke Widget Hierarchical Clustering untuk membuat sebuah dendrogram. Kemudian, kita dapat memilih sebuah cluster dari plot dendogram dan menyimpan images dari cluster yang kita pilih melalui widget Save Images.
 
 
[[File:SaveImages-Example.png|center|200px|thumb]]
 
 
 
  
 +
[[File:SaveImages-Example.png|center|600px|thumb]]
  
 
==Referensi==
 
==Referensi==

Latest revision as of 09:22, 8 April 2020

Sumber: https://orange.biolab.si/widget-catalog/image-analytics/saveimages/

Widget Save Images menyimpan image dalam directory yang terstruktur.

Input

Data: images to save.

Widget Save Images adalah sebuah widget sederhana akan menyimpan images yang dikirim ke input-nya. Images akan di simpan dalam file yang terpisah dalam directory-nya masing-masing. Jika ada class dalam data, images akan di simpan dalam subdirectory berdasarkan variabel class.

SaveImages.png
  • Attribute containing the path to the image.
  • If Scale images to is ticked, images will be resized to the size used in the selected embedder:
    • Inception v3: 299x299
    • SqueezeNet: 227x227
    • VGG-16: 224x224
    • VGG-19: 224x224
    • Painters: 256x256
    • DeepLoc: 64x64
    • openface: 256x256
  • File format to save images in. See the next section for information on supported formats.
  • If Autosave when receiving new data or settings change is on, images will be saved upon every change. Save will save images, while Save as… enables the user to set the name and the folder where to save the images.

Supported Format

Widget Save Images dapat menyimpan images dalam format berikut:

   .png
   .jpeg
   .gif
   .tiff
   .pdf
   .bmp
   .eps
   .ico

Contoh

Berikut adalah contoh sederhana cara menggunakan widget Save Images. Kita me-load 14 lukisan dari Picasso, mengirimkannya ke Widget Image Embedding menggunakan Painters embedder, kemudian mengirimkannya ke Widget Distances menggunakan cosine distance dan akhirnya ke Widget Hierarchical Clustering untuk membuat sebuah dendrogram. Kemudian, kita dapat memilih sebuah cluster dari plot dendogram dan menyimpan images dari cluster yang kita pilih melalui widget Save Images.

SaveImages-Example.png

Referensi

Pranala Menarik