https://github.com/qidian213/watchnet
https://github.com/qidian213/watchnet
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qidian213/watchnet
- Owner: Qidian213
- Created: 2019-03-15T14:06:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T14:16:37.000Z (over 6 years ago)
- Last Synced: 2025-01-19T10:45:21.796Z (5 months ago)
- Language: Python
- Size: 6.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pytorch0.4.1_WatchNet: Efficient and Depth-based Network for People Detection in Video Surveillance Systems
# Test using the trained model
```
python pose_detect.py models/posenet.pth
```![]()
![]()
## Train your model
This is a training procedure using https://www.idiap.ch/dataset/unicity dataset.
### Train with unicity dataset
For each 1000 iterations, the recent weight parameters are saved as a weight file `model_iter_1000`.
```
python train.py
```More configuration about training are in the `entity.py` file