lisawen commited on
Commit
c608221
1 Parent(s): 1533878

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -42,8 +42,9 @@ SegmentationClass: Contains PNG images with annotations.
42
  ImageSets: Contains TXT records for data partitioning.
43
 
44
  ## Data Collection and Processing
45
- The main goal is to combine all the files into three datasets (train, test, validation) with two columns of images. The first step is to write a csv file containing all the labels for all images. I first write this csv file using the csv.ipynb file.
46
  After that, according to the csv file, we split all the images into three folders of train, test, validation. Each folder contains two groups of files: pictureid_original.jpg, and pictureid_segmentation.jpg.
 
47
  I then upload the zip file of these three folders and read those files in the load_dataset function.
48
 
49
 
 
42
  ImageSets: Contains TXT records for data partitioning.
43
 
44
  ## Data Collection and Processing
45
+ The main goal is to combine all the files into three datasets (train, test, validation) with two columns of images. The first step is to write a csv file containing all the labels for all images.
46
  After that, according to the csv file, we split all the images into three folders of train, test, validation. Each folder contains two groups of files: pictureid_original.jpg, and pictureid_segmentation.jpg.
47
+ All the data processing code is uploaded in the Project1_dataset.ipynb file.
48
  I then upload the zip file of these three folders and read those files in the load_dataset function.
49
 
50