资源算法Matchnet-For-VOT

Matchnet-For-VOT

2020-01-09 | |  27 |   0 |   0

Matchnet-For-VOT

https://github.com/hanxf/matchnet adapted for VOT dataset

Files have been edited to run without .sh files. This is for the purpose of testing only. Python files of:

1. generate_patch_dp.py: run this to generate yosemite dataset

- to reduce time to experiment, run for only one dataset.
- Procedure to run for other datasets can be found here: https://github.com/hanxf/matchnet
- Trained models can be downloaded from here: https://github.com/hanxf/matchnet/tree/master/models

2. evaluate_matchnet.py: run this to train and test for yosemite only.

- the model works well for grayscale data
- key take aways would be: Matching is invariant to illuminations (not scale)

3. eval_matchnetVOT2016.py: run this to compare current VOT 2016 dataset current frame with the previous frame.

- This works fine too. Data templates are choses randomly.
- The above point adds to the error in detection; in case templates are not choses around the grouth truth object points.
- would work better if RGB - all 3 color channels were considered. Imples network has to be modified.

4. eval_VOTFirst Frame.py: run this to compare current VOT 2016 dataset current frame with the first frame.

- question to be answered: how does the matchnet compare to object variations?
- problem: matchnet is not trained for objects, but for tetural data.
- solution: train on object data, then look further into how network adapts to object variations.

results: Top Match and Matches above 0.95 score (brighter red implies higher score)

图片.png

Purpose

Testing Matchnet (courtesy - Xufeng Han)


上一篇:Duel_DDQN

下一篇:matchNet-demo

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...