You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/tutorials/customize_dataset.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ model = dict(
74
74
bbox_head=dict(
75
75
type='RotatedRetinaHead',
76
76
# explicitly over-write all the `num_classes` field from default 15 to 5.
77
-
num_classes=15))
77
+
num_classes=5))
78
78
```
79
79
80
80
#### 2. Check the annotations of the customized dataset
@@ -131,7 +131,7 @@ dataset_A_train = dict(
131
131
132
132
There are three ways to concatenate the dataset.
133
133
134
-
1. If the datasets you want to concatenate are in the same type with different annotation files, you can concatenate the dataset configs like the following.
134
+
1. If the datasets you want to concatenate are of the same type with different annotation files, you can concatenate the dataset configs like the following.
0 commit comments