-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Plans for Updating to Yolo V7 or V8? #3
Comments
Hi, Thanks for the interest, All the loading utilies are in Offline_MOT/offlinemot/tool folder, which mainly initi YOLO v4 and then a pretrained weights are loaded in Offline_MOT/offlinemot/detection.py script. So these are the files that should be modified. Unfortunately, no plans yet to make these change for higher Yolo versions (or Mask_RCNN) , but the tracker method maybe updated to GOTURN , which is slower but more accurate in the coming period. |
Hi, I want to echo @M-Colley's question. |
Hi, that shouldn't be too hard. You just need a way to load the network in Pytorch, and then make some changes to detection.py |
Hey, on which data is the network trained? Potentially, retraining this network based on the YoloV7 architecture would be possible if the data was available. Kind regards |
Hi, The network was trained on some public datasets of top-view images, like Sandford drone dataset and a dataset labeled manually we're working on, but not published yet. But also, there's the dataset of Dongfang. here you don't need to label manually only extract the dataset from the boxes trajectories (maybe even within the dataloader) The reason for training is that we couldn't find a pre-trained detection network from top-view, which is publicly available. So this is indeed a gap for open-source models. Good luck, |
Hey there, cool project. Thank you for open-sourcing it.
As you wrote in CONTRIBUTIING.md, updating the detectors could really help. Recently, newer versions of YOLO came out. Are there plans to include these?
If not, where would be the start point to add these? Happy about any pointers.
Kind regards
The text was updated successfully, but these errors were encountered: