Skip to content

Commit

Permalink
Update rerun_py/depthai_viewer/_backend/device.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke authored Dec 7, 2023
1 parent e5d8747 commit f497001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rerun_py/depthai_viewer/_backend/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ def update_pipeline(self, runtime_only: bool) -> Message:
self._nnet = self._oak.create_nn("age-gender-recognition-retail-0013", input=face_detection)
else:
self._nnet = self._oak.create_nn(config.ai_model.path, cam_component)
getattr(classification_labels, config.ai_model.path.upper().replace("-", "_"), None)

camera = self._get_camera_config_by_socket(config, config.ai_model.camera)
if not camera:
Expand Down

0 comments on commit f497001

Please sign in to comment.