Implement meanshift method for video tracking
You can download the OTB datasets from here. FaceOcc1 is used in my code. Of course I tried other datasets, but there are some problems with it.
git clone https://github.com/Hanawh/Meanshift.git
cd <YOUR_CODE_DIR>
python meanshift.py --mode show
You must ensure your datasets are in data
python meanshift.py --data_dir /data/<YOUR_DATA_DIR>