opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
75.69k stars 55.61k forks source link

change fcn8s-heavy-pascal tests from caffe to onnx #25435

Open WanliZhong opened 2 weeks ago

WanliZhong commented 2 weeks ago

Merged with: https://github.com/opencv/opencv_extra/pull/1171 Part of https://github.com/opencv/opencv/issues/25314

This PR aims to change the tests related to fcn8s-heavy-pascal from caffe framework to onnx. The new fcn models have different backbone and output.

new model link: https://github.com/onnx/models/blob/main/validated/vision/object_detection_segmentation/fcn/model/fcn-resnet50-12.onnx

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

WanliZhong commented 2 weeks ago

CI failed because of the lack of new model.

WanliZhong commented 26 minutes ago

PR should target 4.x branch

Done.