lear-gist-python
lear-gist-python copied to clipboard
Visualise extracted gist features
Hi,
Thanks for this repository, it wa really helpful in my RnD work.
I was able to successfully install and extract the gist features. I would like to understand, is there any way I can visualise these extracted gist features on the image.
This would be really useful as we can see which are the image segments are extracted and how they are going to effect the machine learning model which I am planning to implement on the extracted features.
Thank you, KK
In my understanding,
which are the image segments are extracted
This is what nblocks parameter specifies.
The image is segmented into grid of nblocks * nblocks cells and the features are extracted from those cells separately.
But,
how they are going to effect the machine learning model which I am planning to implement on the extracted features.
I don't have any idea on this...