tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 399 forks source link

Is it possible to predict in a folder recursively? #297

Open carsanbu opened 4 years ago

carsanbu commented 4 years ago

I can predict in a dataset on top level of a folder, it's a great feature of Luminoth, but can I predict over all subfolders in a recursively way? I imagine something like: lumi predict -r .

Maybe it's not de purpose of this tool, then is there a way to do this in bash?