Image deep learning

countryname
countryname New Altair Community Member
edited November 5 in Community Q&A

I want to use image deep learning but I know that IMMI was not supported anymore.

So, I don't know how I get and use images(JPG...) in RapidMiner.

Some RapidMiner manager talk that he recommend using another third party API.

Then could you recommend some API which can use extension in RapidMiner

or how can I use JPG file except converting JPG to CSV...etc.

Thanks.

Best Answers

  • DocMusher
    DocMusher New Altair Community Member
    Answer ✓
    Hi,
    Why not first analyse your image using imageJ and next using RM for further analysis. 
    Cheers
    Sven
  • countryname
    countryname New Altair Community Member
    Answer ✓

    I already use image analysis code (tensorflow) with python and want to use it in RM.

    For this, i think there are two condition which I have to consider;

    1. Using python : there is python extension in RM.

    2. Using JPG : tensorflow read jpg file but there is no related extension. This is the problem.


    If you have any solution for second problem, please answer me. Thanks

Answers

  • DocMusher
    DocMusher New Altair Community Member
    Answer ✓
    Hi,
    Why not first analyse your image using imageJ and next using RM for further analysis. 
    Cheers
    Sven
  • countryname
    countryname New Altair Community Member
    Answer ✓

    I already use image analysis code (tensorflow) with python and want to use it in RM.

    For this, i think there are two condition which I have to consider;

    1. Using python : there is python extension in RM.

    2. Using JPG : tensorflow read jpg file but there is no related extension. This is the problem.


    If you have any solution for second problem, please answer me. Thanks