I've managed to train my detector and subsequently use it to detect objects. The size of the image in which the detector will use to detect my object is 600 pix x 400 pix.
The FPS i got from the detection to drawing the bounding boxes is 5.8 frames per second. I am using DLib to detect the boxes and subsequently convert to OpenCV to display them.
I like to ask how can I improve my FPS using threads if I wish to explore this option?
Thank you for your help and kind assistance :)
Kind regards,
Kenny
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone :)
I've managed to train my detector and subsequently use it to detect objects. The size of the image in which the detector will use to detect my object is 600 pix x 400 pix.
The FPS i got from the detection to drawing the bounding boxes is 5.8 frames per second. I am using DLib to detect the boxes and subsequently convert to OpenCV to display them.
I like to ask how can I improve my FPS using threads if I wish to explore this option?
Thank you for your help and kind assistance :)
Kind regards,
Kenny