jxye
jxye
> I suggest you check the positive/negative node number in an IPS. If the number of negative nodes is much larger than the number of positive nodes, the network is...
>在训练阶段出现accuracy很高,但是precision和recall都很低,几乎为0,出现这样情况的原因可能是什么呢?在构造knn_graph时,k的选择有什么依据呢? @xxx2974 我在使用作者提供的训练集训练时也发现了这个问题,在100batch左右二分类就偏到一边去了,具体表现就是你说的这样,你可以测试下我们碰到的情形是不是一样的。
> 您好,另外还想问一下,您在对CASIA搜索knn的时候,有没有进行什么特别的处理呢? > > 我发现提供的knn.graph.CASIA.kdtree.npy文件中,对于中心点,其对应的邻居点很多都不是和中心点同一个label的。比如中心点在真值中存在另外50个相同label的点,但在邻居点中,可能只包含了这50个中的极少数点。 > > 但是,我自己生成的knn,包含相同label点的比例高很多。 > > 想问一问,您在做knn的时候,有没有进行人为的筛选或者操作呀? Hi, 我也在follow这个工作,也遇到了类似的问题,您能留个邮箱我们交流下吗?
Hi, I met the same problem. enviroment information: ``` OS: MacOS 10.15 boost: 1.72 gcc: 9.3 ``` The command I ran is ```make -j 4```. ```bash [ 17%] Linking CXX...
Hello, I saw you evaluated your method with YTF dataset, I wonder how to generate this dataset? How to sample images from YTF's original video frames, can you provide more...
@yl-1993 Thanks for your reply
> @SharharZ Hi, you can (1) use [pretrained](https://github.com/yl-1993/hfsoftmax/wiki) face recognition models to extract face features. (2) use the clustering methods provided in this repo to group face features. @yl-1993 There...
> @jxyecn For pretrained clustering model, we use ResNet-50 as feature extractor. > > * If you only want to try the clustering method, you can directly use the extracted...