zllrunning / SiameseX.PyTorch

A simplified PyTorch implementation of Siamese networks for tracking: SiamFC, SiamRPN, SiamRPN++, SiamVGG, SiamDW, SiamRPN-VGG.
437 stars 94 forks source link

how to use it for custom images/ videos? #11

Open farazBhatti opened 4 years ago

farazBhatti commented 4 years ago

Hi, can you provide any guidance in using this code for custom images/videos? what if i want to draw bounding box first and then track it? to make it more usable...thanks