1

Is there any way to get less jitter on bounding boxes? I sort of understand why they happen.

And I am not the only one seeing this. See the video here.

But I don't see any patches or fixes for this behavior. It also seems to happen within SSDs. From that paper, it seems like the solution is to pass information from one frame to the next... but I haven't been able to find any implementations of this yet.

George
  • 25,988
  • 10
  • 79
  • 133
Ivan Viti
  • 271
  • 2
  • 11

1 Answers1

2

Try object tracking. It ensures stability along with more efficient use of computational resources also.

If you are into research, this paper might give you a better idea.

Sharan
  • 691
  • 1
  • 7
  • 16