File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
3
3
# described in https://git-scm.com/docs/gitignore
4
4
5
- db /
5
+ * .sqlite3
6
6
* .egg-info
7
7
* .pot
8
8
* .py [co ]
Original file line number Diff line number Diff line change
1
+ include README.md
2
+ include requirements.txt
Original file line number Diff line number Diff line change 8
8
- [X] Fix the HTTP API according to the document
9
9
- [ ] API calls [0]
10
10
- [x] POST (upload) zip file with faces and create faces db and create pretained config
11
- - [x] GET list of all models uplaoded
11
+ - [x] GET list of all models uploaded
12
12
- [x] GET default and example configuration
13
- - [x] POST new configuration
13
+ - [x] POST to forms and annotate
14
+ - [x] POST json to and annoatate
14
15
- [ ] Train cascade + List Cascades
15
- - [ ] POST to receive configuration and content and annotate it
16
16
- [ ] Send back annotation metadata in JSON
17
- - [ ] Create aggragated metadata from every annotation process in the form of shotlist
17
+ - [ ] Fix video codes on OpenCV to read all kind of videos
18
+ - [ ] Create aggragated metadata from every annotation process in the form of shotlist
18
19
- [ ] Emebed Tensorflow for object detection instead of opencv_dnn module
19
20
- [x] Add docker volume to store data, and fix the whole set up
20
21
- [ ] Normalize face recognition results
29
30
- [ ] Automatically select every how many frames will run the annotation process
30
31
- [ ] Automatic subtitling (create subs with autosub tool, merge subtitles with ffmpeg)
31
32
- [ ] Add authentication system -> Integration with SSO
33
+ - [ ] Process videos as bunch of frames in parallel
32
34
33
35
34
36
You can’t perform that action at this time.
0 commit comments