Using artificial neural network to detect and track pedestrian in real-time
- Using Deep Neural Network to detect pedestrian.
- Using Convolutional Neural Network to track the pedestrian, make sure the model will not lose the detected pedestrian.
- Using Recurrent Nerual Network to predit pedestrian's position in next frame?
- Python
- x64 system
- Have read all references?
- Have determined the final architecture?
- Starting coding?
- Release a demo?
- Release the final version?
- Deep learning framework
Tensorflow
(more flexible, slower)Caffe
(easier to use, faster)
- Initialization Method
- Gaussian
- Orthogonal initialization
- LUSV initialization
- Xavier initialization
- Kaiming He initialization
- Preprocessing Method
- PCA or ZCA Whitening
- Substract mean images
- Normalization
- Recurrent Neural Network?
- Residual Neural Network? (The newest neural network architecture, much faster and deeper)
- Do we need an onlie tool for communication? Such as
Gitter
,Slack
or others.