Colab踩坑
1 显示图片
from google.colab.patches import cv2_imshow,cv2
img=cv2.imread(f'{HOME}/runs/detect/exp/dog.jpeg')
cv2_imshow(img)
from google.colab.patches import cv2_imshow,cv2
img=cv2.imread(f'{HOME}/runs/detect/exp/dog.jpeg')
cv2_imshow(img)