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
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,3 +82,44 @@ Assuming the workspace compiles, following steps 1-3 of OFPS Suite section, run
82
82
## Unit tests
83
83
84
84
Assuming the workspace compiles, run `cargo test`.
85
+
86
+
## Example configurations
87
+
88
+
Download core samples from [Google Drive](https://drive.google.com/drive/folders/1i4sPhfbvCzV6b0r5iiUEnGVXmX1XkwMq), and extract `samples.zip` (sha256 - c1a27a0716b5633792afca7c1a032dcc9c15c8f7153a03e8d5206e1d86379896) in the project root under `samples` directory. Raw detection sample was large, thus it has been separated into `cctv.h264` file (sha256 - 9fd17d015924538c140f9ee478bdbfc5233f6c948ff134d2f31415e795da9b66). Place it in `samples/detection` directory. Locations are important, because predefined configs reference paths relative to current working directory.
89
+
90
+
### Detection Configurations
91
+
92
+
Load predefined configuration files from the paths given (by clicking on the large detection title button).
93
+
94
+
- Scenario from Results - `samples/scenario_detect.json` (requires raw sample).
95
+
96
+
- Basic motion - `samples/basic_detect.json`.
97
+
98
+
- Live TCP stream (webcam) - `samples/tcp_detect.json`.
99
+
100
+
For V4L webcam through TCP, first run the following command in another terminal:
- Live TCP stream (webcam) - `samples/tcp_track.json`.
121
+
122
+
The preloaded samples can be replaced with different ones. See `samples/synthetic` and `samples/real_world` directories. Cropped config is needed to account for 1.2x sensor crop applied on slow motion video.
123
+
124
+
For TCP configuration, refer to the previous subsection for setup steps. In addition, camera's horizontal and vertical field of view must be set correctly for tracking to be accurate.
0 commit comments