Skip to content

Commit

Permalink
Merge branch 'stage' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfghk5697 authored Oct 30, 2024
2 parents bd3a628 + f95f961 commit bced5c2
Show file tree
Hide file tree
Showing 9 changed files with 7,287 additions and 37 deletions.
4 changes: 4 additions & 0 deletions chapters/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
local: "unit2/cnns/mobilenetextra"
- title: Resnet
local: "unit2/cnns/resnet"
- title: YOLO; You Only Look Once
local: "unit2/cnns/yolo"
- title: Unit 3 - Vision Transformers
sections:
- title: Vision Transformers for Image Classification
Expand Down Expand Up @@ -140,6 +142,8 @@
local: "unit8/terminologies/linear-algebra"
- title: Representations for 3D Data
local: "unit8/terminologies/representations"
- title: Metric and Relative Monocular Depth Estimation
local: "unit8/monocular_depth_estimation"
- title: Novel View Synthesis
local: "unit8/3d-vision/nvs"
- title: Introduction to Stereo Vision
Expand Down
2 changes: 1 addition & 1 deletion chapters/en/unit0/welcome/TableOfContents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Feel free to browse them at your own speed and interest.
| | [Image Similarity](https://github.com/johko/computer-vision-course/blob/main/notebooks/Unit%204%20-%20Multimodal%20Models/CLIP%20and%20relatives/Image_similarity.ipynb) | [Image Similarity](https://colab.research.google.com/github/fariddinar/computer-vision-course/blob/main/notebooks/Unit%204%20-%20Multimodal%20Models/CLIP%20and%20relatives/Image_similarity.ipynb) |
| Unit 5 - Generative Models | No Notebook | No Colab |
| Unit 6 - Basic CV Tasks | [Fine-tune SAM on Custom Dataset](<https://github.com/johko/computer-vision-course/blob/main/notebooks/Unit%206%20-%20Basic%20CV%20Tasks/Fine_tune_SAM_(Segment_Anything_Model)_on_Custom_Dataset.ipynb>) | [Fine-tune SAM on Custom Dataset](<https://colab.research.google.com/github/fariddinar/computer-vision-course/blob/main/notebooks/Unit%206%20-%20Basic%20CV%20Tasks/Fine_tune_SAM_(Segment_Anything_Model)_on_Custom_Dataset.ipynb>) |
| Unit 7 - Video and Video Processing | No Notebook | No Colab |
| Unit 7 - Video and Video Processing | [Fine-tune ViViT for Video Classification](https://github.com/DiwakarBasnet/computer-vision-course/blob/unit-7_Video_and_VideoProcessing/notebooks/Unit%207%20-%20Video%20and%20Video%20Processing/Vivit_Fine_tuned_Video_Classification.ipynb) | [Fine-tune ViViT for Video Classification](https://github.com/DiwakarBasnet/computervisioncourse/blob/unit7_Video_and_VideoProcessing/notebooks/Unit%207%20%20Video%20and%20Video%20Processing/Vivit_Fine_tuned_Video_Classification.ipynb) |
| Unit 8 - 3D Vision, Scene Rendering, and Reconstruction | No Notebook | No Colab |
| Unit 9 - Model Optimization | [Edge TPU](https://github.com/johko/computer-vision-course/blob/main/notebooks/Unit%209%20-%20Model%20Optimization/edge_tpu.ipynb) | [Edge TPU](https://colab.research.google.com/github/fariddinar/computer-vision-course/blob/main/notebooks/Unit%209%20-%20Model%20Optimization/edge_tpu.ipynb) |
| | [ONNX](https://github.com/johko/computer-vision-course/blob/main/notebooks/Unit%209%20-%20Model%20Optimization/onnx.ipynb) | [ONNX](https://colab.research.google.com/github/fariddinar/computer-vision-course/blob/main/notebooks/Unit%209%20-%20Model%20Optimization/onnx.ipynb) |
Expand Down
2 changes: 1 addition & 1 deletion chapters/en/unit0/welcome/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Our goal was to create a computer vision course that is beginner-friendly and th
**Unit 3 - Vision Transformers**

- Reviewers: [Ratan Prasad](https://github.com/ratan), [Mohammed Hamdy](https://github.com/mmhamdy), [Ameed Taylor](https://github.com/atayloraerospace), [Sezan](https://github.com/sezan92)
- Writers: [Surya Guthikonda](https://github.com/SuryaKrishna02), [Ker Lee Yap](https://github.com/klyap), [Anindyadeep Sannigrahi](https://bento.me/anindyadeep), [Celina Hanouti](https://github.com/hanouticelina), [Malcolm Krolick](https://github.com/Mkrolick), [Alvin Li](https://github.com/alvanli), [Shreyas Daniel Gaddam](https://shreydan.github.io), [Anthony Susevski](https://github.com/asusevski), [Alan Ahmet](https://github.com/alanahmet)
- Writers: [Surya Guthikonda](https://github.com/SuryaKrishna02), [Ker Lee Yap](https://github.com/klyap), [Anindyadeep Sannigrahi](https://bento.me/anindyadeep), [Celina Hanouti](https://github.com/hanouticelina), [Malcolm Krolick](https://github.com/Mkrolick), [Alvin Li](https://github.com/alvanli), [Shreyas Daniel Gaddam](https://shreydan.github.io), [Anthony Susevski](https://github.com/asusevski), [Alan Ahmet](https://github.com/alanahmet), [Ghassen Fatnassi](https://github.com/ghassen-fatnassi)

**Unit 4 - Multimodal Models**

Expand Down
Loading

0 comments on commit bced5c2

Please sign in to comment.