Skip to content
Snippets Groups Projects

Resolve "Create a parsing for the training and test input sets."

3 files
+ 180
138
Compare changes
  • Side-by-side
  • Inline

Files

+ 7
1
# HVM Image Clf
# Introduction
 
# Prerequisites for Use
 
1. Download the training data [Here](https://isic-challenge-data.s3.amazonaws.com/2018/ISIC2018_Task3_Training_Input.zip)
 
2. Download the training ground truth [Here](https://isic-challenge-data.s3.amazonaws.com/2018/ISIC2018_Task3_Training_GroundTruth.zip)
 
3. Download the test data images [Here](https://isic-challenge-data.s3.amazonaws.com/2018/ISIC2018_Task3_Validation_Input.zip)
 
4. Download the test data ground truth [Here](https://isic-challenge-data.s3.amazonaws.com/2018/ISIC2018_Task3_Validation_GroundTruth.zip)
 
5. Unzip the files into the data folder in this repository.
 
\ No newline at end of file
Loading