-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue 7: handle multiple frames for one trash
- Loading branch information
1 parent
159be3e
commit 62c1c75
Showing
3 changed files
with
95 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62c1c75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@charlesollion, here is the implementation of what we were talking about in this issue, I suggest two ways of identifying the more relevant frame for the trash to be chosen as a reference :
What do you think ?
Actually, I thought of this alternative because I was wondering what we should do if we have frame 1, 2, 3, 24, 25 (for example, user turns gopro around or kayak goes back and forth..)
I may go have a look on how you handle the tracking to have my answer :)