aboutsummaryrefslogtreecommitdiff
path: root/ire.example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ire.example.yml')
-rw-r--r--ire.example.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ire.example.yml b/ire.example.yml
new file mode 100644
index 0000000..40dfdc6
--- /dev/null
+++ b/ire.example.yml
@@ -0,0 +1,15 @@
+# TCP port to listen on (localhost only)
+# Optional. Default is 8080.
+port: 8080
+
+# UNIX socket to listen on.
+# Optional. If specified, `port` is ignored
+# socket: /path
+
+# YOLO configuration. Consult the Darknet.
+# Defaults are yolo.{cfg,names,weights}
+yolo:
+ cfg: yolo.cfg
+ names: yolo.names
+ weights: yolo.weights
+