mmfewshot
mmfewshot copied to clipboard
这些小样本检测模型是否支持可视化?
您好,我并未发现这些顶会小样本检测模型的可视化代码,那是否意味着该代码无法可视化训练模型的类别、置信度和位置(检测框)呢? 盼复,感谢
We recommend using English or English & Chinese for issues so that we could have broader discussion.
可以通过以下指令可视化: python tools/detection/test.py $your-config$ $your-checkpoint$ --show-dir $your-dir$可视化测试集中的结果。