krisnarengga / yolov7-vehicle-counting

Demonstrating vehicles traffic counting using yolov7 and deepsort
GNU General Public License v3.0
21 stars 7 forks source link

Fix area bug #2

Open TriangleSnake opened 10 months ago

TriangleSnake commented 10 months ago

Change the detection area by changing the rectangle that originally constituted the detection area with two points into a parallelogram area formed by four points. (when changing the points, make sure that the four points A, B, C, and D are ordered clockwise or counterclockwise)