tryolabs / luminoth

Deep Learning toolkit for Computer Vision.

Home Page:https://tryolabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to predict in a folder recursively?

carsanbu opened this issue · comments

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?