https://github.com/grimoire/multi-camera-pose-estimation
realtime pose estimation with multi hikvision ipcamera
https://github.com/grimoire/multi-camera-pose-estimation
Last synced: 5 months ago
JSON representation
realtime pose estimation with multi hikvision ipcamera
- Host: GitHub
- URL: https://github.com/grimoire/multi-camera-pose-estimation
- Owner: grimoire
- Created: 2019-07-08T09:13:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T09:32:33.000Z (almost 6 years ago)
- Last Synced: 2024-12-16T00:51:48.908Z (5 months ago)
- Language: C++
- Size: 39.1 KB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multi-camera-pose-estimation
realtime pose estimation with multi hikvision ipcamera
the pose estimation model is the c++ warp of centernethttps://github.com/xingyizhou/CenterNet
getting started
===============Install
-------build libtorch from the source(required)
download hikvision network sdk and player sdk
http://www1.hikvision.com/cn/download_more_403.html
http://www1.hikvision.com/cn/download_more_407.html
install nvidia cuda
config the CMakeLists.txt, set the path of necessary libs
copy all necessary librarys to ./lib or add the pathes to link_directories
make the project
Usage
=====download the wrapped models here
https://pan.baidu.com/s/11XWNKf5nVxs4j9Kuer6Hsg
extract code: 7825
put the downloaded model in ./models
modify ./src/main.cpp, build and run