Images in Rapidminer
Napasco
New Altair Community Member
Please i am a rapidminer user and i want to know if it is possible to import images into rapidminer studio
Tagged:
1
Answers
-
Use the below extensions to read images in RapidMiner Studio and they have image mining features that may help you.
http://splab.cz/en/download/software/immi-rapidminer-extenison
http://www.burgsys.com/image-analysis-software.php
1 -
I visited the site but how do I incorporate that into rapid miner......i also went to the extension tap but couldn't see that extension on the list you sent me how do I go about it please0
-
Hello @Napasco
Currently, rapidminer doesn't support IMMI (image classification) third party extensions and they are highly unstable and there is no built-in image processing tool as well. I recommend using AWS rekognition or another third-party API.
You can also convert your images into CSV files and use for analysis or use python scripting in rapidminer to access backend python for image-related processing.4 -
Alryt thank you very much how do i convert the images into csv0
-
Hello @Napasco
You can do it with simple python code. Sorry, I am currently working on a deadline. You can see below kaggle discussion that helps you.
https://www.kaggle.com/c/digit-recognizer/discussion/333841