isl-org / ZoeDepth

Metric depth estimation from a single image
MIT License
2.22k stars 207 forks source link

Beginner's dilemmas #41

Open beton997 opened 1 year ago

beton997 commented 1 year ago

Hello, So I Am just a bored guy who's been exploring ai possibilities and I found this thread. Im trying to make this work in colab but i get this messages... Is there maybe some easy fix for this? I appriciate any help.

2023-06-14 02_35_52-ZoeDepth_quickstart ipynb - Colaboratory 2023-06-14 02_35_41-ZoeDepth_quickstart ipynb - Colaboratory

jorismak commented 1 year ago

Your Google colab had a file explorer path to the left. Which you might need to open first.

This is the filesystem available to your colab. Of a line says open 'pred.png' , that file must be there.

The 'block path' error is because your 'timm' package is too new. In environment.yml you see it expects 0.6.12. you probably ended up with 0.9.something.

jones873 commented 10 months ago

Hi I have also ran into the same issue trying to run this on Colab, Ive had a look for pred.png in the file system but its not there,

Do I create this file, and if so where dooes it need to be placed in the file structure. Also do I use my own image and re-name it pred.png

Any help on this would be appreciated, many thanks,

aayushi7priya commented 10 months ago

Were you able to sort this issue? I am facing same problem.