TaoshuaiZ

Results 2 issues of TaoshuaiZ

您好,我最近想用这个方法做一个输电线路数据集的弱监督分割,分割目标是输电线,只有一类,并且想要的到的评价指标为语义分割常用的mIOU和像素级的Precision,但boxlevelset中的评价指标为mAP值,我一步步查看了cocoapi的源码,发现cocoapi中的computeIou计算得到的是一个矩阵,我有尝试过将网络预测结果保存为json文件,在自己写一个代码计算像素级的mIOU和Precision,但保存的json文件为rle格式的,并且只能是这个格式。 请问我怎么才能计算预测结果和标签的mIOU和Precision值?谢谢。

If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions Please provide the below information in addition to your issue: 1. cuRobo installation mode (choose from [python, isaac sim, docker python,...