- update 05.07.2020 Add classification. Now all the commends are written in English.
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.
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.






...
@@ -38,6 +36,9 @@ Once it enters the entry we gave before, the green box will become a red one. Bo
...
@@ -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.
If the object is under occlusion, predict it according to the path history.