Skip to content
Snippets Groups Projects
Unverified Commit ebf932e7 authored by Qiu Dinghao's avatar Qiu Dinghao Committed by GitHub
Browse files

Update README.md

parent 78be6dca
Branches
No related tags found
No related merge requests found
...@@ -25,9 +25,7 @@ ...@@ -25,9 +25,7 @@
5. Rectification 5. Rectification
## Part2: Track Object ## Part2: Track Object
- 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.
![avatar](/pics/entry.jpg) ![avatar](/pics/entry.jpg)
![avatar](/pics/exit.jpg) ![avatar](/pics/exit.jpg)
![avatar](/pics/conveyor.jpg) ![avatar](/pics/conveyor.jpg)
...@@ -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.
![avatar](/pics/predict.jpg) ![avatar](/pics/predict.jpg)
## Part3: Classification
CNN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment