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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Every script inherits settings from the aforementioned files.
97
97
#### Using the repo
98
98
99
99
**Preparation**
100
-
1. Run `export_medians_multi.py` to precompute the medians needed for training, validation and testing.
100
+
1.(Optional) Run `export_medians_multi.py` to precompute the medians needed for training, validation and testing.
101
101
2. If you don't want to use the given COCO files, then export your own using the `coco_data_split.py` script.
102
102
3. Uncomment the precomputed class weights in the corresponding section of the configuration file depending on the scenario you are using (or compute your own).
103
103
4. Especially for OAD, run `object-based-csv.py` to export the statistics needed for the experiments.
0 commit comments