-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Comments
Any update on this? |
You can create a new FastMOT/fastmot/models/yolo.py Line 11 in 32c217a
Make necessary modifications as needed. |
@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. |
Hello I am also working on changing fastmot's detection model to yolov8. So I'm looking for a way to convert the yolov8 model to a trt model within the fastmot pipeline. Have you found a way? |
hi @chulyoung-code |
Hi, |
Up to now, We plan to compare the performance of pytorch / trt / 3 existing yolov4 I was too busy with work so I couldn't upload it to git. |
How to integrate YOLOv8?
I converted onnx to trt but the fastmot asks for anchor values. YOLOv8 is anchorless.
The text was updated successfully, but these errors were encountered: