Can I predicate yolov10 model without installation? #354
-
Hi everyone, I need to predicate some pics on collab, and it's really hard to git clone this repository every time. So I really want to know if I only use Any help is appreciate. Thanks for your help. Best Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
longsizhuo
Jul 19, 2024
Replies: 1 comment
-
The answer is yes, only need : !pip install ultralytics
!pip install -q git+https://github.com/THU-MIG/yolov10.git Sometimes need to use 'CTRL + M + .' to reflash the kernel |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
longsizhuo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The answer is yes, only need :
Sometimes need to use 'CTRL + M + .' to reflash the kernel