Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iped-imageclassificationtask

Ask DeepWiki

IPED task for image classification via distributed workers. Uses Task Bridge together with ClassifyImage worker for distributing and doing the work.

Output

Using this task each image file will get the following additional metadata.

Property Description
image:classification:classes JSON array of the 10 best matching classes. Each entry has a classproperty, a german name property and a probability.
image:classification:bestclass Name fo the best matching class
image:classification:probability Probability (0..1) of the best matching class

Installation

First download an install IPED.

Next copy the file scripts/tasks/ImageClassificationTask.py into the scripts/tasks folder of your IPED installation.

Copy the file conf/ImageClassification.txt into the conf directory of your IPED installation.

In your IPED folder open the file IPEDConfig.txt and add the following line.

enableImageClassification = true

Finally open the file conf/TaskInstaller.xml and look for a line containing iped.engine.task.ParsingTask. Add the following line immediately after this line:

<task script="ImageClassificationTask.py"></task>

Configuration

The configuration is done in the file conf/ImageClassification.txt in your IPED directory. This files contains comments on how to setup the connection to the task bridge.

About

IPED task for image classification via distributed workers.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages