open_model_zoo icon indicating copy to clipboard operation
open_model_zoo copied to clipboard

Multi Camera Multi Target Demo fails with segmentation models

Open ericpronovost opened this issue 3 years ago • 1 comments

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)

ericpronovost avatar May 31 '22 17:05 ericpronovost

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

Bibidkun avatar Jun 07 '22 02:06 Bibidkun

I have the same problem, did you find a solution?

fspinola avatar Oct 04 '22 09:10 fspinola

same problem !

lswgh avatar Oct 11 '22 06:10 lswgh