You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/dnn_backend_openvino.c: Spelling Correction in OpenVino Backend
Correct Spelling of the word `descibe` to `describe` in init_model_ov Signed-off-by: shubhanshu02 <shubhanshu.e01@gmail.com>
This commit is contained in:
@@ -318,7 +318,7 @@ static DNNReturnType init_model_ov(OVModel *ov_model, const char *input_name, co
|
|||||||
}
|
}
|
||||||
|
|
||||||
// all models in openvino open model zoo use BGR with range [0.0f, 255.0f] as input,
|
// all models in openvino open model zoo use BGR with range [0.0f, 255.0f] as input,
|
||||||
// we don't have a AVPixelFormat to descibe it, so we'll use AV_PIX_FMT_BGR24 and
|
// we don't have a AVPixelFormat to describe it, so we'll use AV_PIX_FMT_BGR24 and
|
||||||
// ask openvino to do the conversion internally.
|
// ask openvino to do the conversion internally.
|
||||||
// the current supported SR model (frame processing) is generated from tensorflow model,
|
// the current supported SR model (frame processing) is generated from tensorflow model,
|
||||||
// and its input is Y channel as float with range [0.0f, 1.0f], so do not set for this case.
|
// and its input is Y channel as float with range [0.0f, 1.0f], so do not set for this case.
|
||||||
|
Reference in New Issue
Block a user