ml4a / ml4a-ofx

A collection of openFrameworks apps for working with machine learning
http://ml4a.github.io
1.22k stars 279 forks source link

fix discovery of candidate images in sub-folders #28

Closed fchtngr closed 6 years ago

fchtngr commented 6 years ago

The documentation of tSNEViewer says:

The images may be distributed into subfolders to any depth, since the search through the root folder is recursive.

However, this is actually not the case. With this fix the discovery will also include any sub-folders of the image directoy.

genekogan commented 6 years ago

thanks for spotting this bug.