Skip to content

Commit

Permalink
[Fix] Fix iSAID dataset conversion default setting in doc. (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
MengzhangLI authored Feb 17, 2022
1 parent 4f4e772 commit 71c201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/dataset_prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 71c201b

Please sign in to comment.