Ask Your Question

everitt's profile - activity

2019-03-07 09:58:25 -0600 received badge  Famous Question (source)
2016-07-18 10:31:21 -0600 received badge  Notable Question (source)
2015-06-15 17:56:06 -0600 received badge  Popular Question (source)
2013-07-24 01:58:50 -0600 received badge  Student (source)
2013-07-18 15:56:58 -0600 received badge  Editor (source)
2013-07-18 15:16:54 -0600 asked a question follow slowly moving objects in videos

Given an area that contains a multi-view human head, I'd like to track it in a video. The head will most likely rotate or tilt at least once. Where should I start?

2013-07-03 13:04:31 -0600 received badge  Scholar (source)
2013-07-03 13:04:26 -0600 received badge  Supporter (source)
2013-07-02 20:19:53 -0600 asked a question Is there a way to save and restore trained neural network weights?

http://docs.opencv.org/modules/ml/doc/neural_networks.html

I've been using artificial neural networks implemented in OpenCV, and it works well, but I just realized that the documentation doesn't explain a way to save and load trained weights. I'd like to do this so I don't have to train every time I start the program.