object_detector_app
object_detector_app copied to clipboard
Fixed no args performance
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