Skip to content
Snippets Groups Projects
Commit 6965f718 authored by MengzhangLI's avatar MengzhangLI Committed by GitHub
Browse files

[Fix] Fix iSAID dataset conversion default setting in doc. (#1298)

parent a93423e1
No related branches found
No related tags found
No related merge requests found
......@@ -374,4 +374,4 @@ You may need to follow the following structure for dataset preparation after dow
python tools/convert_datasets/isaid.py /path/to/iSAID
```
In our default setting (`clip_size` =512, `stride_size`=256), it will generate 33978 images for training and 11644 images for validation.
In our default setting (`patch_width`=896, `patch_height`=896, `overlap_area`=384), it will generate 33978 images for training and 11644 images for validation.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment