Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.27 KB

Computer Vision for Embedded Systems

An introductory graduate course on efficient computer vision software designed for deployment on edge devices.

How to upload a Notebook to Google Colab

  1. Clone this Github repository or download its contents as a .ZIP file.
  2. Go to https://colab.research.google.com/
  3. Navigate to File -> Upload Notebook
  4. Choose the Notebook you want to upload

Google Colab Useful Information

  1. In Google Colab, code is run in 'cells'. If you want to evaluate your entire homework before you submit, you can navigate to Runtime -> Run all on Colab.
  2. For the assignments, ensure you are using a GPU to evaluate your homework. This can be done by navigating to Runtime -> Change runtime type -> GPU on Colab.

How to Submit Homework

To upload a homework notebook , you can fill out the following Google Form. We require you to convert your Google Colab to a PDF. To do so:

  1. Navigate to the notebook ColabToHTML.ipynb on the Github, and open it on Google Colab.
  2. Follow the instructions on the notebook to convert your Colab to an HTML file.
  3. Then, open the HTML version and navigate to File -> Print -> Print to PDF