Skip to content
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

Open
M-Colley opened this issue Feb 4, 2023 · 5 comments
Open

Question: Plans for Updating to Yolo V7 or V8? #3

M-Colley opened this issue Feb 4, 2023 · 5 comments

Comments

@M-Colley
Copy link

M-Colley commented Feb 4, 2023

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

@engyasin
Copy link
Owner

engyasin commented Feb 5, 2023

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.

@Pascal-Jansen
Copy link

Pascal-Jansen commented Feb 9, 2023

Hi, I want to echo @M-Colley's question.
Would be awesome if the newer YOLO versions are integrated as it would help me perfectly with my project.

@engyasin
Copy link
Owner

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
right now the example trained network with the library is Yolov4 so we cannot test on other networks.

@M-Colley
Copy link
Author

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

@engyasin
Copy link
Owner

engyasin commented Apr 3, 2023

Hi,
Apologies for the delay,

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants