From 66ba31f246c5c2b42be30f9960aff733de8dabbd Mon Sep 17 00:00:00 2001 From: Theo Date: Sun, 6 Aug 2023 14:52:22 +0300 Subject: [PATCH] correct readme --- supervisely/serve/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisely/serve/README.md b/supervisely/serve/README.md index e88dd4a..1fa0bf3 100644 --- a/supervisely/serve/README.md +++ b/supervisely/serve/README.md @@ -25,7 +25,7 @@ state-of-the art interactive tracking using point trajectories integrated into S # Overview -This app is an integration of PIPs model, which is a NN-assisted interactive object tracking model. The PIPs model can track point trajectories. It is used to implement the tracking of polygons, points and rectangles on videos. +This app is an integration of PIPs model, which is a NN-assisted interactive object tracking model. The PIPs model can track point trajectories. It is used to implement the tracking of polygons, points, lines and graphs on videos. # How to Run