-
Notifications
You must be signed in to change notification settings - Fork 3
First steps on Google Colab
Rajanikant Patnaik Ananta edited this page Feb 20, 2025
·
5 revisions
This manual provides detailed steps for running the Mcity data engine workflow for embedding using opensource Fish Eye 8K camera data on a Google Colab notebook.
Before proceeding, ensure you have:
- A Google account
- Access to Google Colab (https://colab.research.google.com/)
- A stable internet connection
- Open your web browser and navigate to Google Colab.
- Sign in with your Google account if prompted.
- Click on Runtime in the menu bar.
- Select Change runtime type.
- Under the Hardware accelerator, choose T4 GPU.
- Click Save to apply changes.
![]()
- Click the Connect button in the top-right corner.
- Wait until you see a green checkmark indicating that the runtime is connected.

- Open the following link: Fish Eye 8K Notebook.
- Click the Download button to save the file to your local machine.
- In Google Colab, click on the File menu and select Upload Notebook.
- Choose the downloaded fish_eye_8k_colab.ipynb file and upload it.
- Once uploaded, click Run All to execute the notebook.
- If Colab requests a session restart after installing requirements, ignore the error and proceed.
- The Voxel51 app may take 1-2 minutes to launch, depending on your internet speed.
- If no images appear in the Samples Panel or Embeddings Panel, manually click on the Samples or Embeddings tab to load them (refer Voxel51 Tutorial).
- Always ensure your runtime is set to GPU for optimal performance.
- Keep an eye on execution logs for warnings or errors.
- Save your work frequently to avoid losing progress.
By following this manual, you will be able to execute the Fish Eye 8K notebook in Google Colab efficiently. Happy coding!