-
Notifications
You must be signed in to change notification settings - Fork 14
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
Confusion #8
Comments
Hello, yes you'd need to install docker first; this includes nvidia-docker-2 if you plan on using gpu
Yeah, I think sudo is hardcoded into the docker parts; to be honest I've never gotten nonsudo docker to work on my machines, unfortunately not familiar with how to use without sudo What server app are you making? If you don't need production-quality deployment and you have conda/venv, probably easier to just follow the lines of the dockerfile to create an environment |
I installed this repo without docker.
|
Thanks! |
The repo hasn't been tested on Windows ever, but following @WasedaMagina method will probably work for you; I think most dependencies aren't that out of the ordinary |
Wait what ? I ran it on windows from the very beginning (issue #5 ), i had zero problem to do it and haven't even needed to edit anything, created an anaconda env, installed the dependencies through PIP... it just worked effortlessly. (win10 with RTX3060 12GB X4) |
Cool, thanks for confirming on Windows, glad to hear it works; sounds like an interesting project, please share when ready |
Hi, I am trying to pull this off on windows, but having difficulties with installing detectron2. Should I directly pip install detectron2 or there are some tricks to follow? I also tried the cmd lines on detectron2 official website. return weird errors. |
To be honest, i don't really remember, i think i already had detectron2 installed for testing it long before trying bizarre-pose-estimator, maybe that's why i had no problem ? |
I remember detectron2 being somewhat annoying to compile from source, but the prebuilt pip was pretty straightforward, (should be this line in the dockerfile) |
Oh, just saw the prebuilt is linux only... unless you get a linux docker working on windows, you'll probably need to build from source: |
Not familiar with docker. Do I need to install docker first before following all the setup steps?
BTW, how to run this program on servers without root access, I tried the code:
make/docker_pull
make/shell_docker
but permission denied
thanks
: )
The text was updated successfully, but these errors were encountered: