khayliang

Results 3 comments of khayliang

Tracks have a property which only confirms the track if the track existed for 3 frames. You can change that in `tracker.py` file `def __init__(self, metric, max_iou_distance=0.7, max_age=50, n_init=3)` where...

751 classes is because model was trained using Market1501 which has 751 classes. When training model, classifier block is used to classify images in training batch into the 751 different...

You'd first want to train your model on some car reid dataset like VeRi, with 776 different vehicles, or classes. Once you got your weights you can get the feature...