JULE.torch
JULE.torch copied to clipboard
Torch code for our CVPR 2016 paper "Joint Unsupervised LEarning of Deep Representations and Image Clusters"
Hi, Thank you for the code. I had a doubt regarding the Affinity function used in the reformulated loss(eq 11). From what I understand, after computing the triplets by [**organize_samples()**...
@jwyang hi, when i try to use this file deep_seminmf_nonlinear.m. I found it fail to run due to missing function deep_recon(). Could you help me with this problem? thx.
I have spent one day on configuring the environment for your torch code, when i go to the last step, i.e., install lua-knn, it failed. What's the problem? I'm so...
Do you have the dataset YTF? Could you privide it for me if you had?Thanks!
Hi, I see that in the organize_samples function, you are using trainingData_labels. Should I pass arbitrary value if I don't have labels? -Lalit
If we want to use this package but not using GPU drivers, what's the best solution? The lua-knn package is specifically for GPU, and the only other package I found...
I'd like to use this feature representation for further clustering. Thanks in advance!
Hi, I find this paper to be very interesting, Im part of a research program at the University of Barcelona and we want to try this network for Egocentric vision,...
https://github.com/jwyang/JULE.torch/blob/d43251d93aba8c00b716c62d6d5d6c34ee29bcb9/agg_clustering_c/agg_clustering.c#L78 In the lines 65-68 (agg_clustering.c file), you first get the length of cluster i and cluster j, which are saved in Y_i_size, Y_j_size, respectively. But I am confused that...
There is only class in my clustering result when I run my data(4 classes). It is an urgent question. Please help me as soon as possible. Thank you! I look...