SiamR-CNN
SiamR-CNN copied to clipboard
How to run the tracker with my own video?
Hi, How to run the tracker with my own video? I find the vot_2016 datasets are all pictures.Should I frame the video and give the groundtruth of first frame?
you can use --main main_custom and also set --custom_dataset_root_dir /path/to/data and the dataset needs to be converted to frames and you need to give the ground truth of the first frame. For more details, please look at https://github.com/VisualComputingInstitute/SiamR-CNN/blob/master/tracking/do_tracking.py and/or ask here