tayden commited on
Commit
6ae69b6
1 Parent(s): 589f8ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ For instructions on how to do this, please see (WebDataset)[https://huggingface.
80
  | Validation | 13% | 1277 | 16.7% |
81
  | Test | 39% | 3861 | 4.3% |
82
 
83
- Train and Validation split tiles all contain at least 1 pixel in each class. For the Test split, some tiles are entirely the background class. If ignoring the tiles which contain background pixels only, the split percentages are instead 70%/17%/13% for train/validation/test.
84
 
85
  Splits are created such that tiles from the same source orthomosaic image are not divided across different splits. That is, all tiles from the same drone flight are present only in a single split.
86
 
 
80
  | Validation | 13% | 1277 | 16.7% |
81
  | Test | 39% | 3861 | 4.3% |
82
 
83
+ Train and Validation split tiles all contain at least 1 pixel in each class. For the Test split, some tiles are entirely the background class. If ignoring the test split tiles which contain only background pixels, the split percentages instead become 70/17/13 for the train/validation/test splits, respectively.
84
 
85
  Splits are created such that tiles from the same source orthomosaic image are not divided across different splits. That is, all tiles from the same drone flight are present only in a single split.
86