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

update yolov7 #180

Open
tuteming opened this issue Aug 22, 2022 · 1 comment
Open

update yolov7 #180

tuteming opened this issue Aug 22, 2022 · 1 comment

Comments

@tuteming
Copy link

yolov7&yolov7x have been released in
AlexeyAB/darknet#8595
can you update to yolov7 ?
thanks.

@Nuzhny007
Copy link

I'm using another way for the YOLOv7:

  • Train YOLOv7 with official pytorch-based repository ( https://github.com/WongKinYiu/yolov7 );
  • convert result .pt model to onnx;
  • inference onnx model with standard exporter TensorRT: buildSerializedNetwork etc

For models trained by Darknet (cfg + weights) I''m using original Darknet.

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

2 participants