Khalid Waleed

Results 9 comments of Khalid Waleed

You can make following modifications to let the script accept the MOT benchmark location as an input argument. After line# 235 add the following code `parser.add_argument('--benchmark', help='Pass the MOT benchmark...

@MKiremitci Hi! I am also working on a similar problem. I have a custom made dataset of boats for which I am trying to calculate MOT metrics using two different...

@ImSuMyatNoe of course. I can share sample code if you can connect on my email address.

@ImSuMyatNoe Please see your gmail inbox. I have forwarded you the ipynb notebook. If you have any queries do let me know over email

@cheind Yes I would. Will share in a short while

@cheind Hi. I have committed a section titled "For custom dataset" on the readme.md. This section has the code and guide on how to use pymotmetrics for custom dataset. Please...

@cheind yeah it's fine. I used this code for my Master's thesis back in August 2021. It would be great if someone else can confirm.

Thank you for your help. I have rearranged the data as per VOC format, following the exact same folder hierarchy. I also made all the changes as per your guide....

This KeyError keeps on changing. However I am sharing the voc0712.py and another screenshot of the error. `"""VOC Dataset Classes Original author: Francisco Massa https://github.com/fmassa/vision/blob/voc_dataset/torchvision/datasets/voc.py Updated by: Ellis Brown, Max...