zllrunning / SiameseX.PyTorch

A simplified PyTorch implementation of Siamese networks for tracking: SiamFC, SiamRPN, SiamRPN++, SiamVGG, SiamDW, SiamRPN-VGG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use it for custom images/ videos?

farazBhatti opened this issue · comments

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