Replies: 4 comments 3 replies
-
You can use Supervision if model is runnable via SDK or Python library. As far as I know YOLOv7 is officially only runnable via script. Is there any official library? |
Beta Was this translation helpful? Give feedback.
-
Yolov7 does not provide pip but I created a notebook that can detect and I made record video, technically it is loading from pytorch. I created "from_yolov7" but it is exactly same "from_yolov5" Collab link : https://colab.research.google.com/drive/18rNyTWgBg6dUeYCPdXEg-t1KhyXWFWg7?usp=sharing @SkalskiP maybe we should consider to create from_torch. |
Beta Was this translation helpful? Give feedback.
-
Converting to discussion as Q&A category |
Beta Was this translation helpful? Give feedback.
-
As I mentioned in my private conversation with @onuralpszr, we are unlikely to add a separate function for YOLOv7. We are now trying to support primarily libraries and not individual models unless we see increased interest from the community. However, adding a dedicated cookbook - |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Question
Hi,
Is it possible to run supervision using Yolov7 ? If so how?
Thanks.
Additional
No response
Beta Was this translation helpful? Give feedback.
All reactions