-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsettings.ini
More file actions
36 lines (31 loc) · 1.22 KB
/
settings.ini
File metadata and controls
36 lines (31 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[Streaming]
RESOLUTION = 1920, 1080
FRAMERATE = 30
OUTPUT_DIRECTORY = /Output
#if you have connected multiple cameras (USB), you will need to select the number OpenCV has given them.
#Default is "0", which takes the first available camera.
CAMERA_SOURCE = 0
#you can use "camera", "ipwebcam" or "video" to select your input source
STREAMING_SOURCE = video
[Data Output]
CSV_DELIMITER = ;
[Pose Estimation]
#possible origins are: DLC, DLC-LIVE, MADLC, DEEPPOSEKIT
MODEL_ORIGIN = ORIGIN
MODEL_PATH = PATH_TO_MODEL
MODEL_NAME = MODEL_NAME
; only used in DLC-LIVE and DeepPoseKit for now; if left empty or to short, auto-naming will be enabled in style bp1, bp2 ...
ALL_BODYPARTS = bp1, bp2, bp3, bp4
[Experiment]
#Available parameters are "CUSTOM" and "BASE"
EXP_ORIGIN = CUSTOM
#Name of the experiment config in /experiments/configs or name of the custom experiment in /experiments/custom/experiments.py
EXP_NAME = ExampleExperiment
#if you want the experiment to be recorded as a raw video set this to "True".
RECORD_EXP = True
[Video]
#Full path to video that you want to use as input. Needs "STREAMING_SOURCE" set to "video"!
VIDEO_SOURCE = PATH_TO_VIDEO
[IPWEBCAM]
#Standard Port is 5555 if you followed the SmoothStream setup
PORT = 5555