diff --git a/README.md b/README.md index bab68a348265a33032e8c9e1cb802e4e8d515e0f..01c11ed2bee660550d8848871c9b6a01f37af4d9 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 +