Can't download opencv.zip
Hi. I am new to OpenCV and I am downloading opencv.zip file but I kept on getting an error that says "Read error at byte 12582912/79186131 (Error in the pull function.)". I've tried it 5 times but same result as always. What could be the problem? I would greatly appreciate your help. Thank you so much.
can you give the link that you are using?
I am using this link https://github.com/Itseez/opencv/arch... to download the file.
^^ if at all, you should try with latest 3.4 , not the very outdated 3.1
then, loading large chunks from a webbrowser is rarely a good idea. rather prefer tools like wget or curl, which also have options to continue a broken download
I have tried it while using wget on my raspberry but still it keeps on restarting. I'm gonna try it with the latest version. Thanks for the info.
on raspberry use git and cmake to build opencv