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

Can this Project run under Windows 10 #10

Closed
Dahandla opened this issue Apr 17, 2020 · 6 comments
Closed

Can this Project run under Windows 10 #10

Dahandla opened this issue Apr 17, 2020 · 6 comments

Comments

@Dahandla
Copy link

No description provided.

@AmmarkoV
Copy link
Collaborator

No, this codebase only runs on Linux, the development platform is Ubuntu 18.04

@simon-eda
Copy link

i run FORTH MocapNET using Windows Subsystem for Linux:
https://www.microsoft.com/de-at/p/ubuntu-1804-lts/9n9tngvndl3q?rtc=1

you need to install all basics (git clone, pip, anaconda) after installation.

@AmmarkoV
Copy link
Collaborator

AmmarkoV commented May 6, 2020

So since it appears that the project can be run using the Windows subsystem for Linux I am closing this issue!

@AmmarkoV AmmarkoV closed this as completed May 6, 2020
@JustinB4
Copy link

JustinB4 commented Jun 5, 2020

Don't forget to use the --novisualization argument.

@chozabu
Copy link

chozabu commented May 6, 2021

Hmm, Trying to run it on windows10 with WSL2 (ubuntu 20.04)
When I run this command ./MocapNET2LiveWebcamDemo /mnt/d/vidtest.mp4 --novisualization
I get this output

chozabu@chozabu-bigtop:~/ann/MocapNET$ ./MocapNET2LiveWebcamDemo /mnt/d/vidtest.mp4 --novisualization
CPU :  Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz
GPU :
Visualization disabled
Trying to open source (terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
Aborted
chozabu@chozabu-bigtop:~/ann/MocapNET$ Your version is up to date

Though everything seems to work fine on my linux machine

@aanexplus
Copy link

Hmm, Trying to run it on windows10 with WSL2 (ubuntu 20.04) When I run this command ./MocapNET2LiveWebcamDemo /mnt/d/vidtest.mp4 --novisualization I get this output

chozabu@chozabu-bigtop:~/ann/MocapNET$ ./MocapNET2LiveWebcamDemo /mnt/d/vidtest.mp4 --novisualization
CPU :  Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz
GPU :
Visualization disabled
Trying to open source (terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
Aborted
chozabu@chozabu-bigtop:~/ann/MocapNET$ Your version is up to date

Though everything seems to work fine on my linux machine

Did you fix this error? If not, try using ubuntu 18.04. It worked just fine on my 18.04. I used the CPU version of tensorflow so you might want to try that too.

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

6 participants