-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
DIGITS DOCKET CONTAINER INSTALLING SUNNY PLUGIN #2247
Comments
After doing docker restart it appears the LV Sunny segmentation button for both create dataSet and model, but when trying to create a dataset, it fails. It seems to be a PIL problem 2022-04-14 00:47:16 [INFO ] Created features db for stage train_db in train_db/features |
I'm Sorry, I'm trying to install Sunnybrook for the segmentation example on the docker container, as I want to run it over the TensorFlow backend (not Coffe). I tried to repeat the install procedure from inside the container doing docker exec -it XXXXX bash, being XXX the container ID, and later downloading the plugin from https://github.com/NVIDIA/DIGITS/tree/master/plugins/data and later doing the install proccedure, but it not works. Is there any official way to do this?
I did
pip install --ignore-installed setuptools (no error appears)
git clone https://github.com/NVIDIA/DIGITS.git
I went to /DIGITS/plugins/data/sunnybrook via "cd"
finally I run
pip install .
No error appear, but after restarting docker, when trying to create a Sunny dataset it fails
(See in the following post the error, I've posted appart, for clarity)
Can you help please?
Kind regards
The text was updated successfully, but these errors were encountered: