Yung
Yung
沒有任何結果
請問為什麼我無法使用自己的影片進行偵測,cv2.show出來的影片是原本的影片,我發現在yolo那邊回傳的BBOX,conf就是空陣列了,但我也透過使用pytorch.hub使用yolo返回bbox的資訊,但當我傳進deepsort時返回的result["frame"]還是原本的圖,我更進一部檢察result其他KEY的value,卻一樣是空陣列,沒有任何東西。請問這是哪邊出了問題?
給入參數格式
請問我可以直接給np.array格式的image嗎? 我並不想使用路徑來給予照片。 改成以下這樣: img_fp=cv2.imread('..') #img_fp = './docs/examples/huochepiao.jpeg' ocr = CnOcr() # 所有参数都使用默认值 out = ocr.ocr(img_fp) print(out)
I encountered an issue while training a YOLO model after modifying the anchor_t value in the data/hyps/hyp.scratch-high.yaml file. Specifically, I changed anchor_t from 5.0 to 3.0. During the training process,...