mayrajeo commited on
Commit
ef6e0e9
1 Parent(s): de58e36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -127,8 +127,7 @@ Before evaluating, the predictions for the test set are cleaned using the follow
127
  3. All predictions that contain an above water rock within the bounding box are discarded. The mask contains classes `38511`, `38512`, `38513` from the layer `vesikivi` in the Topographical database.
128
  4. All predictions that contain a lighthouse or a sector light within the bounding box are discarded. Lighthouses and sector lights come from Väylävirasto data, `ty_njr` class ids are 1, 2, 3, 4, 5, 8
129
  5. All predictions that are wind turbines, found in Topographical database layer `tuulivoimalat`
130
- 6. TODO Filter aquaculture and net pens as soon as suitable layer for them is found
131
- 7. All predictions that are obviously too large are discarded. The prediction is defined to be "too large" if either of its edges is longer than 750 meters.
132
 
133
  #### Metrics
134
 
 
127
  3. All predictions that contain an above water rock within the bounding box are discarded. The mask contains classes `38511`, `38512`, `38513` from the layer `vesikivi` in the Topographical database.
128
  4. All predictions that contain a lighthouse or a sector light within the bounding box are discarded. Lighthouses and sector lights come from Väylävirasto data, `ty_njr` class ids are 1, 2, 3, 4, 5, 8
129
  5. All predictions that are wind turbines, found in Topographical database layer `tuulivoimalat`
130
+ 6. All predictions that are obviously too large are discarded. The prediction is defined to be "too large" if either of its edges is longer than 750 meters.
 
131
 
132
  #### Metrics
133