You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everybody,
I get the following error when starting cam_demo.py, and I do not understand what is happening here:
Traceback (most recent call last): File "cam_demo.py", line 90, in <module> model = Darknet(cfgfile) File "/home/hansi/Documents/librealsense/wrappers/python/examples/darknet.py", line 294, in __init__ self.net_info, self.module_list = create_modules(self.blocks) File "/home/hansi/Documents/librealsense/wrappers/python/examples/darknet.py", line 157, in create_modules if (x["type"] == "net"): KeyError: 'type'
Pytorch=1.7
python=3.7
opencv is installed etc.
The text was updated successfully, but these errors were encountered:
Hello everybody,
I get the following error when starting cam_demo.py, and I do not understand what is happening here:
Traceback (most recent call last): File "cam_demo.py", line 90, in <module> model = Darknet(cfgfile) File "/home/hansi/Documents/librealsense/wrappers/python/examples/darknet.py", line 294, in __init__ self.net_info, self.module_list = create_modules(self.blocks) File "/home/hansi/Documents/librealsense/wrappers/python/examples/darknet.py", line 157, in create_modules if (x["type"] == "net"): KeyError: 'type'
Pytorch=1.7
python=3.7
opencv is installed etc.
The text was updated successfully, but these errors were encountered: