dsp-uga / Team-thweatt-p2

Cilia Segmentation
MIT License
0 stars 3 forks source link

Unable to write into GCP VM #6

Closed hemanthme22 closed 5 years ago

hemanthme22 commented 5 years ago

I am trying to write into the VM using a cv2.imwrite. It doesn't throw any error, but I cannot find any output file in the VM's location.

hemanthme22 commented 5 years ago

Just to clarify, I am executing this command from the Jupyter Lab on the VM itself.

vishcocity commented 5 years ago

It could be a permission issue

hemanthme22 commented 5 years ago

Tried doing a chmod 777 on that folder and it worked! Nice catch, thanks