Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhaito committed May 31, 2022
1 parent e907317 commit 6582db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YOLOX-ByteTrack-Car-Counter

Object tracking and car counter implemented with YOLOX, ByteTrack and Pytorch. We can take the ouput of YOLOX feed these object detections into ByteTrack in order to create a highly accurate object tracker. I have created a custom function within the file [detector.py](https://github.com/vanhaito/YOLOX-ByteTrack-Car-Counter/blob/master/detector.py) that can be used to count and keep track of the number of cars detected at a given moment within each video. In can be used to count total cars found or can count number of cars detected.
Car tracking and car counter implemented with YOLOX, ByteTrack and Pytorch. We can take the ouput of YOLOX feed these object detections into ByteTrack in order to create a highly accurate object tracker. I have created a custom function within the file [detector.py](https://github.com/vanhaito/YOLOX-ByteTrack-Car-Counter/blob/master/detector.py) that can be used to count and keep track of the number of cars detected at a given moment within each video. In can be used to count total cars found or can count number of cars detected.

## Demo of Car Counter in Action
![](https://github.com/vanhaito/YOLOX-ByteTrack-Car-Counter/blob/master/YOLOX/assets/demo.gif)
Expand Down

0 comments on commit 6582db1

Please sign in to comment.