mindspore-lab / mindcv

A toolbox of vision models and algorithms based on MindSpore
https://mindspore-lab.github.io/mindcv/
Apache License 2.0
230 stars 139 forks source link

Fix ssd_resent50_fpn with new ops.ResizeBilinearV2 api #789

Closed PingqiLi closed 1 month ago

PingqiLi commented 1 month ago

Thank you for your contribution to the MindCV repo. Before submitting this PR, please make sure:

Motivation

The ops.ResizeBilinear is deprecated in the mindspore v2.3. It isreplaced by the ops.ResizeBilinearV2 in this PR.

Test Plan

It has been already tested on ascend device with mindspore v2.3.

Related Issues and PRs

(Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)