Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another Implementation Error in tracker_trainer.py #15

Open
sydney0zq opened this issue Mar 12, 2018 · 0 comments
Open

Another Implementation Error in tracker_trainer.py #15

sydney0zq opened this issue Mar 12, 2018 · 0 comments

Comments

@sydney0zq
Copy link

sydney0zq commented Mar 12, 2018

self.images, self.targets, self.bbox_gt_scaled = [], [], []

In GOTURN C++ version, this should NOT be cleared, it will retain the unused samples and be ready for the next iter.

https://github.com/davheld/GOTURN/blob/ae8df641079980b6c7b05c27d0bf501becc713d4/src/train/tracker_trainer.cpp#L116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant