You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, the project looks great and thanks for all the work:)
This is just an optional feature request. It would be nice if facetorch can be used as an cli tool (for inference)?
This could be achieved by defining entrypoints in setup.py (reference).
For example something like facetorch --predict -i text.img -o test.img -c config.yaml or any other better alternative structure?
First of all, the project looks great and thanks for all the work:)
This is just an optional feature request. It would be nice if
facetorch
can be used as an cli tool (for inference)?This could be achieved by defining entrypoints in
setup.py
(reference).For example something like
facetorch --predict -i text.img -o test.img -c config.yaml
or any other better alternative structure?@tomas-gajarsky What you think?
The text was updated successfully, but these errors were encountered: