OTCD
OTCD copied to clipboard
Real-time online multi-object tracking in compressed domain
Hi, I'm getting the following error while running the tracking_on_mot.py ``` Called with args: Namespace(cfg_file='./cfgs/resnet101.yml', class_agnostic=False, cuda=True, dataset_year=['MOT16'], detection_interval=1, detection_sbc_model='./save/detection_sbc_101_4_1_9417.pth', detectors=['PRIVATE'], feature_crop_size=(1024, 7, 7), im_crop_size=(3, 120, 40), im_for_box=False, iou_or_appearance='both', large_scale=False,...
This adds a Dockerfile to create a docker image containing all dependencies to run OTCD. See readme.md for details on how to use the Docker image. P.S. Sorry for creating...
Hi, Thanks for the nice work, I have few questions about the training of the detection network. I try to run your training script of the detection network, which is...
Thanks for your work firstly. I have tried to reproduce your work recently, with your training code. I forcused on the tracking model, the single head one. But I can't...
Hi Team, Where I can find the code to train the network responsible to generate appearance descriptors for a track. Thanks