SiamR-CNN icon indicating copy to clipboard operation
SiamR-CNN copied to clipboard

How to run the tracker with my own video?

Open liumew opened this issue 3 years ago • 1 comments

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?

liumew avatar Apr 24 '21 09:04 liumew

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

pvoigtlaender avatar Jun 16 '21 14:06 pvoigtlaender