From 1e909073e43a0f020dee59b356a9dbf4e3cee8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC=20=D0=A1=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=BD?= Date: Wed, 19 Jun 2024 20:13:19 +0300 Subject: [PATCH] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25d4061..43700f6 100755 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The proposed recommendation system consists of several components that interact External parameters (received from users and third-party resources): + * Dataset: Represents input data (video frames) and associated metadata (e.g. image size, quality, number of objects). * Model: Framework provides an opportunity to train the most popular object recognition models (including setting up the environment and choosing the architecture of a specific model). Considered two-stage detectors models such as Faster R-CNN and Mask R-CNN as