micasense / imageprocessing

MicaSense RedEdge and Altum image processing tutorials
https://www.micasense.com
MIT License
247 stars 148 forks source link

Run MicaSense RedEdge Image Processing Tutorial 1 #161

Open geom16011 opened 3 years ago

geom16011 commented 3 years ago

I am trying to run MicaSense RedEdge Image Processing Tutorial 1 and get the following error:

File "C:\Users\user\anaconda3\envs\micasense\lib\site-packages\PIL\Image.py", line 3024, in open "cannot identify image file %r" % (filename if filename else fp) PIL.UnidentifiedImageError: cannot identify image file 'F:/data_kavouri/imageprocessing-master/data/0000SET/000/IMG_0000_4.tif'

Any ideas?

poynting commented 3 years ago

Quick guess is that git lfs wasn't installed prior to cloning the repo.

On Mon, Jul 12, 2021, 2:27 AM Ioannis Moutzouris Sidiris < @.***> wrote:

I am trying to run MicaSense RedEdge Image Processing Tutorial 1 and get the following error:

File "C:\Users\user\anaconda3\envs\micasense\lib\site-packages\PIL\Image.py", line 3024, in open "cannot identify image file %r" % (filename if filename else fp) PIL.UnidentifiedImageError: cannot identify image file 'F:/data_kavouri/imageprocessing-master/data/0000SET/000/IMG_0000_4.tif'

Any ideas?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/micasense/imageprocessing/issues/161, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSNZU5FISGRYPSQBRQMBYTTXKYPDANCNFSM5AGOLHKA .

geom16011 commented 3 years ago

Because i downloaded the zip file (had problem with git clone-didn t clone the whole project).

Now how can install lfs with anaconda? What library contains lfs in anaconda to install?

Moreover I cloned your repo successfully but I get again the same error.

Any ideas?