-
Notifications
You must be signed in to change notification settings - Fork 829
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
yolov9 notebook #1758
yolov9 notebook #1758
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
View / edit / reply to this conversation on ReviewNB MaximProshin commented on 2024-02-28T09:27:53Z accept => accepts |
View / edit / reply to this conversation on ReviewNB MaximProshin commented on 2024-02-28T09:27:54Z yolov7 => yolov9 |
View / edit / reply to this conversation on ReviewNB MaximProshin commented on 2024-02-28T09:27:55Z Line #11. Preprocess image according to YOLOv7 input requirements. YOLOv7 => YOLOv9 |
View / edit / reply to this conversation on ReviewNB MaximProshin commented on 2024-02-28T09:27:56Z Line #9. OpenVINO YOLOv7 model inference function. Reads image, preprocess it, runs model inference and postprocess results using NMS. YOLOv7 => YOLOv9 |
View / edit / reply to this conversation on ReviewNB MaximProshin commented on 2024-02-28T09:27:57Z prepare => prepares |
View / edit / reply to this conversation on ReviewNB MaximProshin commented on 2024-02-28T09:27:57Z YOLOv7 => YOLOv9 |
View / edit / reply to this conversation on ReviewNB MaximProshin commented on 2024-02-28T09:27:58Z Line #1. quantized_model = nncf.quantize(ov_model, quantization_dataset, preset=nncf.QuantizationPreset.MIXED) let's add the check if int8 model already exists |
cd73999
to
4c803f4
Compare
View / edit / reply to this conversation on ReviewNB itrushkin commented on 2024-02-28T13:11:57Z Line #23. model(example_input) Is this model call required? |
View / edit / reply to this conversation on ReviewNB itrushkin commented on 2024-02-28T13:11:58Z Line #4. from notebook_utils import download_file This package is already imported in the beginning of the notebook |
View / edit / reply to this conversation on ReviewNB aleksandr-mokrov commented on 2024-02-29T01:46:47Z Model Conversion API - could you provide link? |
Ticket: CVS-133798