Does H2o Driverless ai latest stable 1.8 version support Image Classification

121 Views Asked by At

Can we do Image Classification on own dataset using H2o Driverless-ai latest stable 1.8 version

2

There are 2 best solutions below

0
topchef On

Yes, the upcoming version 1.9.0 will support both classification and regression using image data. Meanwhile, a workaround for 1.8.x LTS using BYOR (custom recipes) found here is possible, please contact H2O.ai customer support if necessary.

The dataset can be prepared similarly to this example: https://h2o-public-test-data.s3.amazonaws.com/bigdata/laptop/images/demo_disney_data.zip First, copy the data to the VM (using scp or similar command) and then ssh to VM to unzip the file in the ~/data/ directory. Under the ~/data/disney_data/ find disney_data.csv file with the paths to the images and labels: path, label. Finally, load dataset from file using File System option by navigating to disney_data.csv.

0
yurial On

Doing experiment with sample data as disney_data.csv, some errors come out below.

Urgently, Want to know when comes out this kinds of error and how I can solve problems.