Skip to content

person-detection-models

Created by: Makarov-AA

Сделал обработку выходов для моделей:

  • person-detection-action-recognition-0005
  • person-detection-action-recognition-0006
  • person-detection-raisinghand-recognition-0001
  • person-detection-action-recognition-teacher-0002

Сделал подачу нужного вектора для модели person-detection-retail-0002

Поправил класс detection_io, строку input_layer_name = next(iter(result)) на input_layer_name = next(iter(self._input))

Merge request reports