From ebf932e70ed45536d47d8567174bb8a9b6c99092 Mon Sep 17 00:00:00 2001 From: Qiu Dinghao <46046604+mmmmimic@users.noreply.github.com> Date: Fri, 15 May 2020 13:27:48 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bab68a3..01c11ed 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,8 @@ 4. Undistort the conveyor images 5. Rectification -## Part2: Track Object -- update 05.07.2020 Add classification. Now all the commends are written in English. -See ./scr/main.py. -In this part, I use BackgroundSubstracker(BS) to detect moving objects in a frame. To initialize the process, one should select two ROI mannually, one is thought to be the entry of the conveyor while the other one is the exit. After that, as illustrated in the fiugres below, a white conveyor model is made. +## Part2: Track Object +In this part, BackgroundSubstracker(BS) is used to detect moving objects in a frame. To initialize the process, one ought to select two ROI mannually, one is thought to be the entry of the conveyor while the other one is the exit. After that, as illustrated in the fiugres below, a white conveyor model is made.    @@ -38,6 +36,9 @@ Once it enters the entry we gave before, the green box will become a red one. Bo If the object is under occlusion, predict it according to the path history.  +## Part3: Classification +CNN + -- GitLab