Computer Vision Bootcamp - A Taste of Computer Vision using Deep Learning
Requirement for attendees:
Access to Google Colab using your Google Accounts
- Open Google Colab: https://colab.research.google.com/
- Go to File -> Open Notebook
- Select Github option
- Paste the github notebook link: https://github.com/adib0073/Computer_Vision_Workshop/blob/master/CV_Bootcamp-Classification%20of%20Movie%20Genre%20from%20Movie%20Posters.ipynb
- Once the notebook is opened, connected to the run-time environment after signing in with your Google account
- While running the notebook, uncomment the specific Google Colab environment lines of code
- Change the required file path/directory as and when required to match the mounted Google Colab path.
From Google Colab environment:
! git clone https://github.com/adib0073/Computer_Vision_Workshop.git from google.colab import drive drive.mount('/content/drive')
import sys sys.path.insert(0, r'/content/Computer_Vision_Workshop.')