Aug 12, 2023
https://github.com/ultralytics/yolov5/blob/master/detect.py#L173-L174
這兩行得到的Label就是辨識的結果(字串)
https://github.com/ultralytics/yolov5/blob/master/detect.py#L190-L191
把辨識結果(字串)名稱加入至save_path就可以了
具體操作可自行修改測試
https://github.com/ultralytics/yolov5/blob/master/detect.py#L173-L174
這兩行得到的Label就是辨識的結果(字串)
https://github.com/ultralytics/yolov5/blob/master/detect.py#L190-L191
把辨識結果(字串)名稱加入至save_path就可以了
具體操作可自行修改測試