devcheikh
(Moustapha Cheikh)
January 21, 2018, 8:56pm
1
Hello everyone
i managed to upload the dataset from lesson 1 to google drive and i did install fastai and everything works fine , i just got an error from opencv and i still can’t resolve it.
i get the the error after i run learn.fit(0.001,3)
i couldn’t find any solution the internet and i did do the necessary research (about 2 days working on this )
amritv
(asvcode)
January 21, 2018, 9:30pm
2
@devcheikh , have a look at this post, may provide the solution.
this is the error
[OpenCV Error: Assertion failed (scn == 3 || scn == 4) in cvtColor, file /io/opencv/modules/imgproc/src/color.cpp, line 10606]
i’m getting as soon as i run this code
learn = ConvLearner.pretrained(resnet34, data)
i thought may be opencv is not installed that why i’m getting this problem but l checked everything was installed
then i tried different sz=224 and sz=299
but still i got the same error
[image]
does anyone faced this error before ,is anyone out there who can h…
1 Like
devcheikh
(Moustapha Cheikh)
January 21, 2018, 10:09pm
3
thnak you. i don’t think they found a solution but i’m debugging now maybe i can see why