renshouyu
renshouyu
同求 qq:1146766983
> > @873552584我们在论文中不使用 t-SNE。 你的意思是相似矩阵可视化? 您可以将潜在区域特征存储在磁盘上并计算它们的余弦相似度。 然后我们使用 `Origin`绘制相似矩阵的软件。 > >  I mean t-SNE to visualize such a clustering or classification graph. 您好,请问您解决这个问题了吗?
> I want to train a few shot object detector to recognize only a single class, which I built prototypes for using this blueprint: https://github.com/mlzxy/devit/blob/main/demo/build_prototypes.ipynb > > Now when I...