OpenCV Open Source Contribution

Using cv2 dnn interface to run yolov8 model

貢獻介紹:目前可直接使用的object_detection裡沒有yolov8的選項,因此增加yolov8此選項。

details: github Link

Added PyTorch fcnresnet101 segmentation conversion cases

貢獻介紹:原本的OpenCV Segmentation sample code不支援ONNX的framework,我們修 改了opencv_contribute/samples/dnn/segmentation.py的code使他可以跑的ONNX模 型,並在他的model.yaml裡新增了FcnResnet101的模型設定以及模型連結。

details: github Link