Skip to content

Commit

Permalink
feat: ✨ modify notebook for google colab use
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Kayabasi committed Jan 15, 2025
1 parent 39bba61 commit 17c1d43
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,21 @@
"Please [take our survey](https://docs.google.com/forms/d/e/1FAIpQLSdNSuy3pTWM8HnBWuLNbS0hdkATTUmrByjWyzyWV-Jfu3Y1lw/viewform?usp=header) to share your feedback or questions! Thank you for helping us improve! <br>"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "2386c3f8-38c7-4885-aba7-5c3f8f0c4012",
"metadata": {},
"outputs": [],
"source": [
"# If you are trying to run this notebook through Google Colab, please uncomment lines below to install dependencies\n",
"# !git clone https://github.com/facebookincubator/LTVision.git\n",
"# %cd LTVision\n",
"# !pip3 install -r requirements.txt\n",
"# import logging\n",
"# logging.getLogger('matplotlib.font_manager').setLevel(level=logging.CRITICAL)"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -863,7 +878,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.11.10"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit 17c1d43

Please sign in to comment.