Skip to content

Commit 84665eb

Browse files
committed
Update Blog “production-ready-object-detection-model-training-workflow-with-hpe-machine-learning-development-environment”
1 parent 61d6939 commit 84665eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/production-ready-object-detection-model-training-workflow-with-hpe-machine-learning-development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The result will be two files (in COCO formal) generated `train.json` and `val.js
163163
--xview_class_labels data_utils/xview_class_labels.txt
164164
```
165165

166-
## 3. Slicing/Tiling the Dataset
166+
## 3. Slicing/Tiling the dataset
167167

168168
Here, you will be using the SAHI library to slice our large satellite images. Satellite images can be up to 50k^2 pixels in size, which wouldn't fit in GPU memory. You can alleviate this problem by slicing the image.
169169

0 commit comments

Comments
 (0)