Qiang Wang

Results 11 comments of Qiang Wang

matconvnet 1.0-beta25 is very unsatisfactory. The **vl_argparse** function has been defined as recursive mode. You should add some code to change the default setting as ``` vl_argparse(state, param, 'nonrecursive'); ```

1. The recent trend is to use VID to train. - First, the amount of video in VID is very large(~1 million images, and more than 4,000 videos). This number...

Because the hanning window will 'tell' DCFNet where is the target. (will make the DCFNet think the object with **high RGB** is target.) I want to train the network with...

https://github.com/davheld/GOTURN/issues/1 here is the answer.

Of course. The [**VisualTracking-Toolkit**](https://github.com/foolwood/VisualTracking-Toolkit) repository is designed for this purpose. Please be patient. I will share the best visual tracking algorithm and the best search framework.

@bilel-bj @miaoshuyu @dbsxdbsx @wangaixue @ron-weiner Thanks for your attention, we have released training code.

``` ROOT=`git rev-parse --show-toplevel` export PYTHONPATH=$ROOT:$PYTHONPATH export PYTHONPATH=$PWD:$PYTHONPATH ``` You should add SiamMask Root to `PYTHONPATH`. Thanks.

@lzdibng You should also add `SiamMask/experiments/siammask_sharp` to `PYTHONPATH`. ``` cd $SiamMask/experiments/siammask_sharp export PYTHONPATH=$PWD:$PYTHONPATH ```

I will upload a multi-object tracking demo after a workshop challenge.

``` git clone https://github.com/foolwood/DaSiamRPN.git mkdir tracker && mv DaSiamRPN/code/* ./tracker/ && rm -rf ./DaSiamRPN touch tracker/__init__.py sed -i 's/utils/.utils/g' tracker/run_SiamRPN.py cd $DEEPMASK wget www.robots.ox.ac.uk/~qwang/SiamRPNVOT.model python tools/dasiamrpn_deepmask.py ``` please add `__init__.py`...