forked from ml-lab/DeepVideoAnalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start working on livestreaming support. Currently using livestreamer …
…but in future switch to streamlink. Add testing. - Add validation before process is launched & enable garbage collection. Eventually: - Export models as a zip file. - Implement training detection model using YOLO - Implement location net and clustering using PQKMeans - Implement fine-tuning / training face recognition models - Pre-condition checks, and failed to launch error messages for processes.
- Loading branch information
akshay bhat
committed
Feb 5, 2018
1 parent
16b2a3d
commit b504a5b
Showing
3 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,6 @@ google-cloud-storage | |
urllib3 | ||
flask | ||
redis | ||
hiredis | ||
hiredis | ||
livestreamer | ||
psutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters