Open gzpan opened 7 years ago
We used the tiniest variant of ResNet (I think 18), which is actually leaner than VGG architectures. Also, consider that the tracking speed is affected only by the inference time.
On Wed, Sep 6, 2017 at 10:14 AM, gzpan notifications@github.com wrote:
What decides the speed of siamese-fc? I notice that the siameseFC-ResNet still run 25fps (report in ECCV2016 paper), but we all know that ResNet network have far more parameters than AlexNet.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bertinetto/siamese-fc/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/ADLRuf5yW3jXJ1ojUkhlpQLUV_KkVfQqks5sfmJpgaJpZM4POEmh .
-- Luca Bertinetto D.Phil. candidate (3rd year) University of Oxford | Dept. of Engineering Science | Torr Vision Group +44 7754 314724 www.robots.ox.ac.uk/~luca
So where can I get the leaner ResNet(probably 18, finetuned?) ? if no finetuned version supplied, could you just tell me the structure of leaner ResNet?
What decides the speed of siamese-fc? I notice that the siameseFC-ResNet still run 25fps (report in ECCV2016 paper), but we all know that ResNet network have far more parameters than AlexNet.