Open deimsdeutsch opened 6 years ago
I need more information: Linux or Windows? Backend for highgui: GTK, Qt, Qt+OpenGL, Win GDI? Your face detector uses GPU or not? If you use another detector than...
On Windows. OpenGL. Face Detector uses CPU.
But when i run the normal HaarCascade Face Detector it does not flicker. Also i have noticed when i use trackers which are slow it does not flicker. May be it is unable to work with faster response times from the detector.
@Nuzhny007 Any resolution or do you need more info ?
I don't have windows desktop now. I think you can use random generator for the faces rectangles. Or OpenVINO face detector. I try reproduce your bug in the near time (in 2-3 days).
Unfortunately, I could not repeat this problem.
Checked the same on Ubuntu. This is definitely an issue.
Hmm. Do you can show video with this effect?
Hi,
I have integrated a custom face detector in your code but i have noticed that the video is flickering.
Tracker Settings
Also flickering increased if i change m_lostTrackType to TrackNone Also the response time is below 30 ms
Any idea why it is flickering ?