Coder Social home page Coder Social logo

指标计算问题 about ai-tod HOT 8 OPEN

jwwangchn avatar jwwangchn commented on June 21, 2024
指标计算问题

from ai-tod.

Comments (8)

Chasel-Tsui avatar Chasel-Tsui commented on June 21, 2024

你好,可以安装一下这个计算APtiny的库https://github.com/jwwangchn/cocoapi-aitod。此外,如果使用的是mmdetection框架,还需要对mmdet/datasets/中的文件进行修改,请参考https://github.com/jwwangchn/NWD/blob/main/mmdet/datasets/aitod.py

from ai-tod.

szxmachinelearning avatar szxmachinelearning commented on June 21, 2024

好的,谢谢,我没有使用mmdetection,应该怎么使用这个工具呢?

from ai-tod.

Chasel-Tsui avatar Chasel-Tsui commented on June 21, 2024

好的,谢谢,我没有使用mmdetection,应该怎么使用这个工具呢?

如果不是mmdetection,需要根据自己的检测框架修改evaluate的代码,主要是把pycocotools中import的COCOeval改成从aitodpycocotools中import;如果想要使用mmdetection,可以参考官方repo,或者适配了AI-TOD的repo

from ai-tod.

szxmachinelearning avatar szxmachinelearning commented on June 21, 2024

感谢您的耐心解答,目前我已测出大部分指标,不知如何测得各个类别的oLRP呢?

from ai-tod.

Chasel-Tsui avatar Chasel-Tsui commented on June 21, 2024

感谢您的耐心解答,目前我已测出大部分指标,不知如何测得各个类别的oLRP呢?

你好,cocoapi-aitod的相关文件中有计算oLRP的代码可以参考一下,不过相比于AP指标,oLRP使用较少并且计算比较耗时,在论文中只报告AP也是可以的。

from ai-tod.

szxmachinelearning avatar szxmachinelearning commented on June 21, 2024

嗯嗯,我直接使用cocoapi-aitod评估结果,只有整体的oLRP,但我看论文中有各个类别的oLRP,请问这些指标可以用该工具计算吗?

from ai-tod.

Chasel-Tsui avatar Chasel-Tsui commented on June 21, 2024

嗯嗯,我直接使用cocoapi-aitod评估结果,只有整体的oLRP,但我看论文中有各个类别的oLRP,请问这些指标可以用该工具计算吗?

这个代码包含了各个类别oLRP的信息,但是如果想要print出来,需要修改一下代码,oLRP的结果如果我没记错的话应该有三个维度组成[K,A,M],其中K这个维度指代类别维度,可以用类别进行索引得到classwise的oLRP结果

from ai-tod.

szxmachinelearning avatar szxmachinelearning commented on June 21, 2024

好的,再次感谢!

from ai-tod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.