mmfewshot icon indicating copy to clipboard operation
mmfewshot copied to clipboard

这些小样本检测模型是否支持可视化?

Open ZZY-666 opened this issue 3 years ago • 2 comments

您好,我并未发现这些顶会小样本检测模型的可视化代码,那是否意味着该代码无法可视化训练模型的类别、置信度和位置(检测框)呢? 盼复,感谢

ZZY-666 avatar Oct 24 '22 13:10 ZZY-666

We recommend using English or English & Chinese for issues so that we could have broader discussion.

mm-assistant[bot] avatar Oct 24 '22 13:10 mm-assistant[bot]

可以通过以下指令可视化: python tools/detection/test.py $your-config$ $your-checkpoint$ --show-dir $your-dir$可视化测试集中的结果。

xiaofeng-c avatar Mar 24 '23 13:03 xiaofeng-c