hab-spc / hab-ml

Harmful algae bloom CNN detection model, developed in PyTorch
7 stars 1 forks source link

Update hab-ml to sync up with csv formatting #36

Closed ktl014 closed 5 years ago

ktl014 commented 5 years ago

when converting the lab images, it will produce a features.csv, which has all of the times of when each image was recorded. Earlier, it was producing it under the name meta.csv, which would then be overwritten by the HAB-ML deployment, when it was preparing a db. We can modify the HAB-ML to not use the lab settings and just use the features.csv to get the images and labels.