Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用卷积自动编码器(神经网络)实现了基于内容的图像检索(CBIR)模型。当给模型一个查询图像时,我从数据库中得到五个检索结果。
但是要评估 CBIR 模型,没有基本事实。精度和召回等指标需要基本事实。
如何在没有基本事实的情况下评估模型?