Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #2

Open
camjac251 opened this issue Apr 20, 2019 · 1 comment
Open

Windows support #2

camjac251 opened this issue Apr 20, 2019 · 1 comment

Comments

@camjac251
Copy link

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

@mishurov
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants