Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AiPratice/VideoAnalysisEngine
A video analysis engine with similarity frame retrieval,keyframe faces recognition,keyframe objects detection and etc.
https://github.com/AiPratice/VideoAnalysisEngine
video-analysis video-search video-search-engine
Last synced: 6 days ago
JSON representation
A video analysis engine with similarity frame retrieval,keyframe faces recognition,keyframe objects detection and etc.
- Host: GitHub
- URL: https://github.com/AiPratice/VideoAnalysisEngine
- Owner: AiPratice
- License: apache-2.0
- Created: 2018-05-27T11:42:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T23:40:36.000Z (over 6 years ago)
- Last Synced: 2024-08-02T20:46:51.794Z (3 months ago)
- Topics: video-analysis, video-search, video-search-engine
- Language: C
- Homepage:
- Size: 22.6 MB
- Stars: 32
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[中文版](./README_ZH.md)
# VideoAnalysisEngine
A video analysis engine with similarity frame retrieval,keyframe faces recognition,keyframe objects detection and etc.# Requirments(recommended)
- ubuntu 18.04
- python 3
- go 1.10
- gcc 7
- g++ 7
- postgresql 10# Dependencies
- boost 1.62.0.1
- opencv 3.1
- vlfeat 0.9.20
- yael https://github.com/jackculpepper/yael
- libyaml-cpp 0.5.2
- pqxx 4.0.1
- protobuf 3.5.1
- libgrpc++
- liblas-dev# Install
- comming...# Run
- comming...# Screenshots
![avatar](/doc/img/1.png)
![avatar](/doc/img/2.png)
![avatar](/doc/img/3.png)
![avatar](/doc/img/4.png)
![avatar](/doc/img/5.png)# TODO
- Docker support
- GPU support (underfinanced -_-!)# Cites
- comming...