You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See discussion with Charles here:
you may (and it happens often) have a single detected trash that is found in mutliple consecutive frames (1 trash = several boxes), for instance:
I suggest attaching the timestamp to each trash, and not to each box. The timestamp of the trash should then be the average of the timestamps of the frames with boxes detected (in the example above, (timestamp of frame 2 + timestamp of frame 3)/2).
I suggest two ways of identifying the more relevant frame for the trash to be chosen as a reference :
either the one where box area is the larger (assuming the trash hence is nearer from the kayak's location)
or (what we discussed yesterday), the frame in the middle (in time).
What do you think @AntoineBruge , @cl3m3nt ?
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 MOT handles the tracking to have my answer :)
etl/etl/utils/ai.py
Lines 138 to 147 in 159be3e
See discussion with Charles here:
you may (and it happens often) have a single detected trash that is found in mutliple consecutive frames (1 trash = several boxes), for instance:
I suggest attaching the timestamp to each trash, and not to each box. The timestamp of the trash should then be the average of the timestamps of the frames with boxes detected (in the example above, (timestamp of frame 2 + timestamp of frame 3)/2).
surfriderfoundationeurope/mot#35
The text was updated successfully, but these errors were encountered: