DrewNF / Tensorflow_Object_Tracking_Video

Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition
MIT License
503 stars 198 forks source link

How to get target back #24

Open Adeyiolabidak opened 5 years ago

Adeyiolabidak commented 5 years ago

How can i get track back if it loses target

DrewNF commented 4 years ago

You should implement a better linear regression to never lose the target.

Bests

AF