Skip to content

c1assy8h/IHRBO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single object tracking with Siamese network

Download the datasets:

Scripts to prepare training dataset are listed in training_dataset directory.

Download pretrained backbones

Download pretrained backbones from google driver or BaiduYun (code: 5o1d) and put them into pretrained_models directory.

training got10k model

cd experiments/train/got10k

training general model

cd experiments/train/fulldata

CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch
--nproc_per_node=4
--master_port=2333
../../../tools/train.py --cfg config.yaml

Acknowledgement

The code is implemented based on RBO. We would like to express our sincere thanks to the contributor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published