pytorch-detect-to-track icon indicating copy to clipboard operation
pytorch-detect-to-track copied to clipboard

A pytorch implementation of Detect and Track (https://arxiv.org/abs/1710.03958)

Results 9 pytorch-detect-to-track issues
Sort by recently updated
recently updated
newest added

Hi @Feynman27 , Thanks for the effort of translating Detect to Track to pytorch! I was wondering whether to predict the classification and box regression of the frame t, you...

Could you please share a pretrained model to load and run demo.py?

Hello @Feynman27 @cclauss @jwyang @jiasenlu @albanie @alex-birch. I tried to run the code with a grayscale dataset (Infrared) with 2 classes (background and positive). After some simple modifications, regarding number...

Could I ask how to get train/val/test split? Thanks in advance!

how to get such files as Annocations/DET/train/ILSVRC2013_train_extra0/ILSVRC2013_train_0000001.xml? many thanks.

Hello!I wander what the input argument --vid_list look like in demo.py. I'll appreciate it if you give me an example. And how can I get the imdb file of the...

Hello @Feynman27 , Thank you for sharing your job , I would like to ask you: why in online_tubes.py you don't use the information given by the pred_trk_boxes for the...

I got this runtime error. Any idea what cause this? thanks! RuntimeError: While copying the parameter named RFCN_bbox_net.weight, whose dimensions in the model are torch.Size([6076, 512, 1, 1]) and whose...

running on titan-X (12-gigs vRAM). After processing 4-frames it through CUDA-runtime error. Do i need to update something in config. settings ? Is there any other way to process/test video...