Model catalog

ovkit serves a large set of permissively-licensed OpenVINO models from its mirror. Many are the same capability in several variants (different accuracy/speed, input resolution, INT8 quantization, or pruning), so this page is organized by function. Run ovkit list for the live list with descriptions, and ovkit info <name> for one model.

Registered models (one representative per capability)

The registry deliberately exposes one well-tested model per capability so pickers stay readable. Every variant (other accuracy/speed tiers, int8, sparse_NN, other resolutions) is still hosted on the mirror — see Variants below to surface one.

function

model

general object detection

rtdetr_r50

face detection

face_detection_0205

person detection

person_detection_0202

vehicle detection

vehicle_detection_0200

traffic combo (person+vehicle+bike)

person_vehicle_bike_detection_2000

text region detection

text_detection_0004

product detection

product_detection_0001

license plate detection

vehicle_license_plate_detection_barrier_0106

age + gender

age_gender_recognition_retail_0013

emotion

emotions_recognition_retail_0003

head pose

head_pose_estimation_adas_0001

face landmarks (5-pt)

landmarks_regression_retail_0009

face re-identification

face_reidentification_retail_0095

image classification

resnet50_binary_0001

person attributes

person_attributes_recognition_crossroad_0234

vehicle attributes

vehicle_attributes_recognition_barrier_0042

image embedding / retrieval

image_retrieval_0001

semantic segmentation

road_segmentation_adas_0001

instance segmentation

instance_segmentation_person_0007

human pose

human_pose_estimation_0007

gaze

gaze_estimation_adas_0002

scene text recognition

text_recognition_0014

handwritten Chinese OCR

handwritten_simplified_chinese_recognition_0001

sign language

common_sign_language_0002

weld defect detection

weld_porosity_detection_0001

question answering

bert_small_uncased_whole_word_masking_squad_0002

translation (en↔de, en↔ru)

machine_translation_nar_{en_de, de_en, en_ru, ru_en}_0002

speech noise suppression

noise_suppression_poconetlike_0001

time-series forecasting

time_series_forecasting_electricity_0001

super-resolution

single_image_super_resolution_1033

chat LLM

tinyllama_chat

speech-to-text

whisper_base

Variants

Suffix conventions on the mirror: numbered IDs = accuracy/speed tiers, int8 = quantized, sparse_NN = pruned, adas/retail = target domain. The mirror (leeyunjai/ovkit-models) hosts the full Apache-2.0 OMZ set; to surface a variant by name, add it to scripts/representatives.yaml and regenerate, or paste its entry into src/ovkit/manifests/omz.yaml:

python scripts/build_mirror.py --omz-intel --representatives \
    --emit-manifest src/ovkit/manifests/omz.yaml   # omit --representatives for ALL