SilvioGiancola / TrackingNet-devkit

Development kit for TrackingNet
https://tracking-net.org/
170 stars 32 forks source link

About Dense Labeling--DCF #33

Closed 972821054 closed 1 year ago

972821054 commented 1 year ago

Hi, thank you for your proposed dataset! I have a question, I also want to try to generate dense annotations on a sparsely annotated dataset, can you please provide the algorithm used to generate missing object boxes? I would really appreciate it if I could!

SilvioGiancola commented 1 year ago

Hi, the algorithms are mentioned in the paper. We ran MATLAB implementation of them, that were quite popular back in 2018 when the paper was published. I don't necessarily have a reference to the MATLAB implementation, but I am sure you can find several implementations and better trackers in PyTorch nowadays.

972821054 commented 1 year ago

@SilvioGiancola thanks very much!