lear-gist-python icon indicating copy to clipboard operation
lear-gist-python copied to clipboard

Visualise extracted gist features

Open kk2491 opened this issue 6 years ago • 1 comments
trafficstars

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

kk2491 avatar Mar 18 '19 09:03 kk2491

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...

whitphx avatar Apr 10 '19 16:04 whitphx