jwyang / JULE.torch

Torch code for our CVPR 2016 paper "Joint Unsupervised LEarning of Deep Representations and Image Clusters"
MIT License
286 stars 82 forks source link

Is there some function to generate a vector representation for an image using one of the trained models? #8

Open sogituser opened 7 years ago

sogituser commented 7 years ago

I'd like to use this feature representation for further clustering.

Thanks in advance!

jwyang commented 7 years ago

Hi, I have all the features saved. You can download them from:

https://drive.google.com/open?id=0B9J-9A2jotGRMkJ0SExaWnNYUTA

On Thu, Dec 29, 2016 at 2:59 AM, sogituser notifications@github.com wrote:

I'd like to use this feature representation for further clustering.

Thanks in advance!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jwyang/JULE-Torch/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/ADtr5yj8CN0Ft2Dfq_12PE_MwV-TOcLMks5rM2hugaJpZM4LXaiV .

albertyou2 commented 7 years ago

@jwyang @sogituser hi i think the question is : how to extract features from a image by using JULE-Torch and then save them to a vector(numpy ,etc). i also concern this job too.is there any api to do this ? thank you very much !

sogituser commented 7 years ago

Hey, Thanks for a quick response! But I want to extract features of images that I have.. That is how can I use your trained model to extract image(my dataset) features??

thecoldviews commented 7 years ago

Yes, same question. Is there available code to extract features from my own set of images using a model trained on one of your cited datasets?

jwyang commented 6 years ago

I did not add that code to the repository, but it should be very easy to do that.

jeannie14 commented 6 years ago

@jwyang can you please add the code to use model trained using approach to extract features? That will help to try the approach out on datasets of other domains. Thanks!