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
Would it be possible to support Windows with this tool? For build automation, AppVeyor is a good tool (free as well) that is used a lot by people to build commits on Github
The text was updated successfully, but these errors were encountered:
Hi, in theory it can be built for Windows, it doesn't execute any platform specific code and it relies on Dlib and TensorFlow, so far as I know, both the libraries support Windows.
Probably it needs to have some modifications made in the CMakeLists file and an additional script for windows to download and compile the dependencies.
AppVeyor is a sort of tends to an industrial scale. I made this project as a hobby to connect TensorFlow and TensorFlow Lite in C++ and to see how it works, fancy pictures you know. I doubt if I alone am able to make this tool ready for use at production level and support it.
Would it be possible to support Windows with this tool? For build automation, AppVeyor is a good tool (free as well) that is used a lot by people to build commits on Github
The text was updated successfully, but these errors were encountered: