You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using cv2 in Colab is challenging. Because the notebook is running on Google's machine. It's better you done the image collection steps in your local machine then put the whole projects inside google drive, then train it on Colab.
ps: if you're on windows you can install Google drive in your pc and work inside a folder in it... it'll auto sync all your files.
Thanks mate, I just found out that Colab cannot run local machine's webcam since it runs on Google's Cloud, so my best bet is run it on VE at Jupyter like what Nick did in the video. Thank you, mate.
Hi there, I am facing a lot of issues on 4. Capture Images in Image Collection.ipynb.
CV2 doesn't seems working on Colab, I am using different device on different location, so Jupyter is not a good option for me.
CV2 problem: imread no longer work on Colab, imshow cannot take 2 positional argument.
Please help. Thank you.
The text was updated successfully, but these errors were encountered: