Skip to content

Commit 91a9243

Browse files
authored
fix docs (#20)
1 parent 811d806 commit 91a9243

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.code_quality/.pylintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fail-under=10.0
1010

1111
# Add files or directories to the blacklist. They should be base names, not
1212
# paths.
13-
ignore=CVS, pip-wheel-metadata, docs, htmlcov, melitk.kvsclient.egg-info, .git, __pycache__, old, build, dist, venv, env, .env, .venv, migrations
13+
ignore=CVS, pip-wheel-metadata, docs, htmlcov, .git, __pycache__, old, build, dist, venv, env, .env, .venv, migrations
1414

1515
# Add files or directories matching the regex patterns to the blacklist. The
1616
# regex matches against base names, not paths.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ Example of the configuration file:
100100
"yolo_threshold": 0.20,
101101
"yolo_iou": 0.45,
102102
"yolo_max_detections": 100
103+
},
104+
"signal_model": {
105+
"yolo_threshold": 0.40,
106+
"yolo_iou": 0.45,
107+
"yolo_max_detections": 100
103108
}
104109
}
105110
```

0 commit comments

Comments
 (0)