Replaced DLDT to OpenVINO (#12580)
* Replaced DLDT to OpenVINO * Fixed samples build dir * Fixed build folders
This commit is contained in:
@@ -205,7 +205,7 @@ enum colorformat_e {
|
||||
|
||||
RGB, ///< RGB color format
|
||||
|
||||
BGR, ///< BGR color format, default in DLDT
|
||||
BGR, ///< BGR color format, default in OpenVINO
|
||||
|
||||
RGBX, ///< RGBX color format with X ignored during inference
|
||||
|
||||
|
||||
@@ -213,7 +213,7 @@ typedef struct tensor_desc {
|
||||
typedef enum {
|
||||
RAW = 0u, //!< Plain blob (default), no extra color processing required
|
||||
RGB, //!< RGB color format
|
||||
BGR, //!< BGR color format, default in DLDT
|
||||
BGR, //!< BGR color format, default in OpenVINO
|
||||
RGBX, //!< RGBX color format with X ignored during inference
|
||||
BGRX, //!< BGRX color format with X ignored during inference
|
||||
NV12, //!< NV12 color format represented as compound Y+UV blob
|
||||
|
||||
Reference in New Issue
Block a user