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

YOLOv8 support #267

Open
jpfleischer opened this issue Jan 24, 2024 · 4 comments
Open

YOLOv8 support #267

jpfleischer opened this issue Jan 24, 2024 · 4 comments

Comments

@jpfleischer
Copy link

How to integrate YOLOv8?

I converted onnx to trt but the fastmot asks for anchor values. YOLOv8 is anchorless.

@AbdulmueezEmiola
Copy link

Any update on this?

@GeekAlexis
Copy link
Owner

You can create a new YOLOAnchorless base class instead of subclassing the existing one:

class YOLO:

Make necessary modifications as needed.
Pull requests or contributions are welcome

@jpfleischer
Copy link
Author

@GeekAlexis please share a link to a discord or a platform where we can collaborate. it would be much appreciated if we could work together to improve FastMOT.

@GeekAlexis
Copy link
Owner

@GeekAlexis please share a link to a discord or a platform where we can collaborate. it would be much appreciated if we could work together to improve FastMOT.

Created a discord server: https://discord.gg/7CB6q9j4. Feel free to join.

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