intel / ros_openvino_toolkit

Apache License 2.0
148 stars 74 forks source link

Does 'Person Reidentification' need RGB stream? #38

Closed fiorano10 closed 5 years ago

fiorano10 commented 5 years ago

I was a bit curious to know if the Person Reidentification needed a RGB stream to work or would it work on a grayscale image?

houk-intel commented 5 years ago

@fiorano10 We only suport RGB stream so far.

How The Reidentification Works The reidentification feature works by connecting the following two models in series, see the yaml file

About The Reidentification Model The details about the person-reidentification-retail-0076 model is shown here. It accepts an input image in the format [BxCxHxW], where

The expected color order is BGR.