open_model_zoo
open_model_zoo copied to clipboard
Multi Camera Multi Target Demo fails with segmentation models
Running the python demo with the person-detection-retail-0013 works fine. However, running with any of the segmentation models (instance-segmentation-security-xxx) fails:
open_model_zoo/demos/multi_camera_multi_target_tracking_demo/python/utils/network_wrappers.py", line 140, in init super().init(core, model_path, device, 'Instance Segmentation', self.max_reqs) TypeError: object.init() takes exactly one argument (the instance to initialize)
Running the python demo with the person-detection-retail-0013 works fine. However, running with any of the segmentation models (instance-segmentation-security-xxx) fails:
open_model_zoo/demos/multi_camera_multi_target_tracking_demo/python/utils/network_wrappers.py", line 140, in init super().init(core, model_path, device, 'Instance Segmentation', self.max_reqs) TypeError: object.init() takes exactly one argument (the instance to initialize)
I have the same problem. Please be corresponding
I have the same problem, did you find a solution?
same problem !