File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,26 @@ Types of changes:
12
12
* ` Security ` in case of vulnerabilities.
13
13
14
14
15
+ ## [ Planned]
16
+
17
+ - Switch to MediaPipe 0.10.x (from 0.8.9: API changes)
18
+ - Update MTCNN to 1.0.0
19
+
20
+
15
21
## [ Unreleased]
16
22
17
23
### Added
18
24
19
- - Framework to "produce" and "consume" frames from either videos or directories of images
25
+ ...
26
+
27
+ ## [ 0.2] - 2025-08-12
28
+
20
29
- Renamed package from ` dfki_sl_videotools ` to ` slvideotools `
21
- - Removed option --outvideo from the face detection script. Bounds can be overlayed in dedicated script ` draw_bbox `
22
30
- Added more methods for face detection: in script ` extract_face_bounds ` , parameter ` --method ` can be either ` mediapipe ` or ` mtcnn `
23
31
- Added a script to extract video motion energy using Optical Flow.
32
+ - Removed option --outvideo from the face detection script. Bounds can be overlayed in dedicated script ` draw_bbox `
33
+ - Framework to "produce" and "consume" frames from either videos or directories of images
34
+
24
35
25
36
## [ 0.1] - 2022-01-26
26
37
You can’t perform that action at this time.
0 commit comments