nanashi7744 commited on
Commit
dbdf348
·
verified ·
1 Parent(s): 4a15ea7

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +11 -12
preprocessor_config.json CHANGED
@@ -1,12 +1,11 @@
1
- {
2
- "image_size": [640, 640],
3
- "normalization": {
4
- "mean": [0.5, 0.5, 0.5], // Typical values for normalization in YOLO.
5
- "std": [0.5, 0.5, 0.5]
6
- },
7
- "aug": {
8
- "flip": true, // You can enable or disable augmentations.
9
- "rotate": 15
10
- }
11
- }
12
-
 
1
+ {
2
+ "image_size": [640, 640],
3
+ "normalization": {
4
+ "mean": [0.5, 0.5, 0.5],
5
+ "std": [0.5, 0.5, 0.5]
6
+ },
7
+ "aug": {
8
+ "flip": true,
9
+ "rotate": 15
10
+ }
11
+ }