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
For complete comparison see [here](https://github.com/ped-dyn-emp/PeTrack/compare/ac443ac3...e8b5afad)
82
100
83
101
**Highlights**
84
102
85
103
- Add new tab `correction` for quick sanity checks on the trajectories
86
104
-`immutable` checkbox in the calibration tab
87
105
- can be used to prevent accidental changes to the calibration values
88
-
- Fixed freezing of GUI on Mac
106
+
- Fixed freezing of GUI on Mac
89
107
90
108
# v0.9
91
109
92
110
## v0.9.4
111
+
93
112
For complete comparison see [here](https://github.com/ped-dyn-emp/PeTrack/compare/3c490af3...ac443ac3)
94
113
95
114
**Highlights**
@@ -111,6 +130,7 @@ For complete comparison see [here](https://github.com/ped-dyn-emp/PeTrack/compar
111
130
- Missing frames computation is cached in .pet-file
112
131
113
132
## v0.9.2
133
+
114
134
For complete comparison see [here](https://github.com/ped-dyn-emp/PeTrack/compare/aa0534e6...42a8a21b)
115
135
116
136
**Highlights**
@@ -155,7 +175,7 @@ For complete comparison see [here](https://github.com/ped-dyn-emp/PeTrack/compar
155
175
- Slanted view for external calibration
156
176
- Coordinate system and grid is possible
157
177
- Introduced multicolor marker with black dot
158
-
- Video support for various codecs
178
+
- Video support for various codecs
159
179
- Visualization of motion capturing files
160
180
- Improvements to re-tracking
161
181
- Implement code marker
@@ -175,27 +195,32 @@ For complete comparison see [here](https://github.com/ped-dyn-emp/PeTrack/compar
175
195
- Some performance improvements
176
196
177
197
# v0.7
198
+
178
199
introduce stereo cameras; alternate height
179
200
background subtraction especially for stereo cameras; recognition of unmarked pedestrians; integration of 4 disparity algorithms
180
201
filter to swap picture; more video codecs; color blobs as marker using HSV triangle
181
-
marker with two dots added; export of viewing direction
202
+
marker with two dots added; export of viewing direction
182
203
183
-
# v0.6
184
-
bug fixes; improve speed; expand visualization possibilities; add variable tracking region adapted to head size; provide program combine to merge trajectories
204
+
# v0.6
185
205
206
+
bug fixes; improve speed; expand visualization possibilities; add variable tracking region adapted to head size; provide program combine to merge trajectories
186
207
187
208
# v0.5
188
-
improve robustness of tracking with interpolation and extrapolation; first analysis functionality
189
209
210
+
improve robustness of tracking with interpolation and extrapolation; first analysis functionality
190
211
191
212
# v0.4
192
-
tracking import and export; manual adding and deleting of trackpoints
213
+
214
+
tracking import and export; manual adding and deleting of trackpoints
193
215
194
216
# v0.3
195
-
recognition; tracking; color mapping
217
+
218
+
recognition; tracking; color mapping
196
219
197
220
# v0.2
198
-
add first recognition
221
+
222
+
add first recognition
199
223
200
224
# v0.1
201
-
only camera calibration is supported; import and export of video and image sequence
225
+
226
+
only camera calibration is supported; import and export of video and image sequence
@@ -16,26 +16,28 @@ For the understanding of the dynamics inside crowds reliable empirical data are
16
16
The program deals with wide angle lenses and a high density of pedestrians. Lens distortion and perspective view are taken into account. The procedure includes calibration, recognition, tracking and height detection.
17
17
Different kinds of markers (e.g. with height information, head direction, individual code) are implemented. With a stereo camera more accurate height measurements and also markerless tracking is possible.
18
18
19
-
20
19
## Download & installation:
20
+
21
21
We publish installers for windows. To get the latest installer, visit this
22
-
[webpage](https://go.fzj.de/petrack-download) and download the current installer.
22
+
[webpage](https://go.fzj.de/petrack-download) and download the current installer.
23
23
24
24
## How to use PeTrack
25
25
26
-
To learn how to use PeTrack, please have a look at our documentation [here](https://petrack.readthedocs.io/).
26
+
To learn how to use PeTrack, please have a look at our documentation [here](https://petrack.readthedocs.io/).
27
27
28
28
> Note that PeTrack can only be used if some steps are considered **during the planning and execution of the experiments**. This includes, but is not limited to, calibration and selecting hats. See [Planning of Experiments](https://petrack.readthedocs.io/en/latest/planning/planning.html)
29
29
30
30
After all of that, enjoy successful recognition and tracking 😃
31
31

32
32
33
33
Some documentation is built into PeTrack itself. For example, you can use the `help`-menu to find a list of all keybindings. For running in a "batch-mode", PeTrack has a CLI, whose options are listed by calling
34
+
34
35
```bash
35
36
petrack -help
36
37
```
37
38
38
39
## Tutorial & demo
40
+
39
41
A small demo project is provided in the `demo` folder. It contains all necessary
40
42
files for setting up a project with PeTrack. You can download these files via
41
43
[this link](https://go.fzj.de/petrack-demo-download). A tutorial leading through
@@ -45,9 +47,11 @@ The intermediate project files for each step are also included in the `demo`
45
47
folder.
46
48
47
49
## How to cite
50
+
48
51
Please cite the general paper and the corresponding software version in your publications if PeTrack helps your research.
49
52
50
53
General Paper:
54
+
51
55
- Boltes, M. and Seyfried, A.: Collecting Pedestrian Trajectories; In: Neurocomputing, Special Issue on Behaviours in Video, vol. 100, pp. 127-133 (2013)
To find your corresponding version, check the `about` menu or look into the terminal output of PeTrack. To cite PeTrack as software without specifying a version, use the DOI [10.5281/zenodo.5078176](https://doi.org/10.5281/zenodo.5078176).
104
110
105
-
106
111
## License
112
+
107
113
This project is licensed under the terms of the GPLv3 license. For further information see [LICENSE](./LICENSE).
0 commit comments