Paddle 2.0.1版本的miou接口不见了

fxnxkyjh  于 2021-11-30  发布在  Java
关注(0)|答案(4)|浏览(274)

2.0.1找不到miou了,飞桨文档里没有说明

mpbci0fu

mpbci0fu1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

9gm1akwq

9gm1akwq2#

您好,请问下 miou 具体是指哪个API呢?飞桨提供了 1.8 -> 2.0的API对应关系,链接为: 飞桨框架APIMap表,您看看是否能找到?

xwmevbvl

xwmevbvl3#

1.8里 fluid.mean_iou 在2.0rc 的时候在mertic.mean_iou,但是在2.0.1里面就没有这个api了

mklgxw1f

mklgxw1f4#

这个API被移动到 PaddleSeg 中了,具体的实现可以参考下:https://github.com/PaddlePaddle/PaddleSeg/blob/release/v2.0/paddleseg/utils/metrics.py#L74 这里

相关问题