A YOLO-like network which detects and tracks 3 classes of vehicles.
Run:
inference.pyThe model was trained on the Google Open Images dataset for the respective classes.
The network architecture can be inspected in:
model.pyThe tracker implements a variation of the Hungarian algorithm.