isi-vista / unified-io-inference

Apache License 2.0
0 stars 0 forks source link

vizwiz validation run #22

Closed danielnapierski closed 1 year ago

danielnapierski commented 1 year ago

Read the images properties and match to the annotations.

danielnapierski commented 1 year ago

@yash-reddy @elizlee I've made corrections and this is ready for review. Thanks.

Eman-Abdelrahman commented 1 year ago

I am trying to run the docker using the following command: docker run -it --gpus=1 -e WEBDATASET_FILE=/input/00000.tar -v /nas/gaia02/data/paper2023/cc12m/images:/input -v /nas/gaia02/users/napiersk/github/feb-14/unified-io-inference/output:/output -e SAMPLE_COUNT=500 unified-io-inference

but I get the following error: docker: Error response from daemon: error while creating mount source path '/nas/gaia02/data/paper2023/cc12m/images': mkdir /nas: read-only file system. ERRO[0001] error waiting for container: context canceled

Can you please assist me with this issue?