David Held

Results 35 comments of David Held

I believe that I just used Caffe's weight sharing mechanism.

You can see how weight sharing works here: http://caffe.berkeleyvision.org/gathered/examples/siamese.html You need to name the parameters in both AlexNets with the same names, e.g.: param { name: "conv1_w" ... } param...

The input to the network changes based on the prediction, such that the previous frame input is always centered on the prediction from the previous frame. On Thu, Aug 16,...

That is very clever - any idea why your approach gives a speedup over the original method? How much faster is it? On Mon, Aug 20, 2018 at 3:38 AM,...

There is a python implementation here: https://github.com/nrupatunga/PY-GOTURN/