object_detector_app icon indicating copy to clipboard operation
object_detector_app copied to clipboard

Fixed no args performance

Open SunnyHarjani opened this issue 6 years ago • 0 comments

Fixed bug in multithreading version where default args.width & args.height values would be (probably incorrectly) used to scale bounding boxes. Now it uses the frame's actual size. Edited WebcamVideoStream to support Nonetype/optional width & height constructor parameters

SunnyHarjani avatar Mar 05 '19 06:03 SunnyHarjani