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

Add new models to docs #5533

Merged
merged 1 commit into from
Feb 19, 2023
Merged

Conversation

yeahme49
Copy link
Contributor

Yolov7-640, Yolov7-320, Yolov7x-640 and Yolov7x-320 models got added to the download_yolo.sh script that gets used as part of generating tensorrt models so they can now be generated

Yolov7-640, Yolov7-320, Yolov7x-640 and Yolov7x-320 models got added to the download_yolo.sh script that gets used as part of generating tensorrt models so they can now be generated
@netlify
Copy link

netlify bot commented Feb 17, 2023

Deploy Preview for frigate-docs ready!

Name Link
🔨 Latest commit 4999abf
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/63f012c695af140008bc1d75
😎 Deploy Preview https://deploy-preview-5533--frigate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@blakeblackshear blakeblackshear merged commit c2b13fd into blakeblackshear:dev Feb 19, 2023
@SuperMaximus1984
Copy link

@yeahme49
Please advise what may go wrong.
I try to generate YoloV7-640 model using command:
docker run --gpus=all --rm -it -v pwd/trt-models:/tensorrt_models -v pwd/tensorrt_models.sh:/tensorrt_models.sh nvcr.io/nvidia/tensorrt:22.07-py3 /tensorrt_models.sh -e YOLO_MODELS=yolov7x-640

But YoloV7x-640.trt was not generated, although I see YoloV7x weights getting downloaded during the script execution process.
I only get these files in my /trt-models/ catalogue:

libyolo_layer.so
yolov4-tiny-288.trt
yolov4-tiny-416.trt
yolov7-tiny-416.trt

Am I missing something?

Besides, are there any plans for YoloV8 and/or Yolo-NAS TensorRT models?
Thanks!

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

Successfully merging this pull request may close these issues.

None yet

4 participants