Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ros.distro": "humble"
}
4 changes: 3 additions & 1 deletion chapters/en/unit0/welcome/TableOfContents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Feel free to browse them at your own speed and interest.
| | [BlenderProc Examples](https://github.com/huggingface/computer-vision-course/blob/main/notebooks/Unit%2010%20-%20Synthetic%20Data%20Creation/blenderproc_examples.ipynb) | [BlenderProc Examples](https://colab.research.google.com/github/fariddinar/computer-vision-course/blob/main/notebooks/Unit%2010%20-%20Synthetic%20Data%20Creation/blenderproc_examples.ipynb) |
| | [Image Labeling with BLIP-2](https://github.com/huggingface/computer-vision-course/blob/main/notebooks/Unit%2010%20-%20Synthetic%20Data%20Creation/image_labeling_BLIP_2.ipynb) | [Image Labeling with BLIP-2](https://colab.research.google.com/github/fariddinar/computer-vision-course/blob/main/notebooks/Unit%2010%20-%20Synthetic%20Data%20Creation/image_labeling_BLIP_2.ipynb) |
| | [Synthetic Data Creation with SDXL Turbo](https://github.com/huggingface/computer-vision-course/blob/main/notebooks/Unit%2010%20-%20Synthetic%20Data%20Creation/synthetic_data_creation_sdxl_turbo.ipynb) | [Synthetic Data Creation with SDXL Turbo](https://colab.research.google.com/github/fariddinar/computer-vision-course/blob/main/notebooks/Unit%2010%20-%20Synthetic%20Data%20Creation/synthetic_data_creation_sdxl_turbo.ipynb) |
| Unit 11 - Zero Shot Computer Vision | No Notebook | No Colab |
| Unit 11 - Zero Shot Computer Vision | [Zero-Shot Learning with CLIP](https://github.com/huggingface/computer-vision-course/blob/main/notebooks/Unit%2011%20-%20Zero%20Shot%20Computer%20Vision/zero_shot_learning.ipynb) | [Zero-Shot Learning with CLIP](https://colab.research.google.com/github/huggingface/computer-vision-course/blob/main/notebooks/Unit%2011%20-%20Zero%20Shot%20Computer%20Vision/zero_shot_learning.ipynb) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filename is Zero_Shot_Learning.ipynb and here is zero_shot_learning.ipynb, so we have to update either of them 😄

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ve fixed it now. Thanks again for catching that, and sorry for the mix-up!

| Unit 12 - Ethics and Biases | No Notebook | No Colab |
| Unit 13 - Outlook | No Notebook | No Colab |


Loading