mikeusru / Braintown

12 stars 4 forks source link

uaa_featureExtractorsGUI.m is missing #1

Open lfang-salk opened 6 years ago

lfang-salk commented 6 years ago

Hi there,

Thanks for this amazing work! I was playing with it and wanted to see how it performs in my own dataset. I ran "braintown.m" and it threw out error as follows:

Undefined function or variable 'uaa_saveFeatureExtractorSettings'.
Error in uaa_RUN>loadFeatureExtractorSettings (line 51)
    uaa_saveFeatureExtractorSettings;
Error in uaa_RUN (line 27)
loadFeatureExtractorSettings;
Error in braintown (line 2)
uaa_RUN;

I couldn't find "uaa_featureExtractorsGUI.m" in any of the folders. I'd like to know if I did something unproperly or the code is still under editing. Thanks so much!!

Best, Lynn

mikeusru commented 6 years ago

Hi Lynn, It's not a gui but a function in the file named uaa_saveFeatureExtractorSettings.m. Make sure that when you're running the code, you add all the subfolders to your path like so:

image

lfang-salk commented 6 years ago

I see, this is very helpful! I can't wait to play with it!! Thanks again ;)