DIGITS icon indicating copy to clipboard operation
DIGITS copied to clipboard

"Folder does not exist or is not reachable"

Open cat768 opened this issue 6 years ago • 1 comments

Hi, I'm on digits:latest trying to create a new object detection dataset. However, it keeps telling me that the "folder does not exist or is not reachable", even when it's present.

I've attached some screenshots below:

https://prnt.sc/pjns11 https://prnt.sc/pjnsb9

My command to start digits is: docker run -v nvidia/digits/data/ -p 5000:5000 nvidia/digits:latest My driver version is 418.88 and cuda version is 10.1 My ubuntu version is https://prnt.sc/pjnsb9

Here are the specs of my computer: i7-7700HQ, Geforce GTX 1050 mobile

Thanks!

Also, I would recommend making a "Broswe" button

cat768 avatar Oct 15 '19 16:10 cat768

same problem to me, I fixed by using this command to start docker:

nvidia-docker run --name digits -d -p 8888:5000 -v /home/USERNAME/digits:/home/USERNAME/digits nvcr.io/nvidia/digits:18.05

also make sure you stoped and removed the last digits docker by runing: docker stop digits & docker rm digits

I think the images and labels folder should follow this structure: /home/USERNAME/digits/dataset/train/images ... and so on

revrr avatar Oct 19 '19 21:10 revrr