Skip to content

Commit 514c091

Browse files
committed
Added files and folders for SAM 2 article
1 parent 0332ff0 commit 514c091

File tree

4 files changed

+280
-0
lines changed

4 files changed

+280
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/course
1616
| Blog Post | Code|
1717
| ------------- |:-------------|
1818
| [Fine Tuning Whisper on Custom Dataset](https://learnopencv.com/fine-tuning-whisper-on-custom-dataset/) | [Code](https://github.com/spmallick/learnopencv/tree/master/Fine-Tuning-Whisper-on-Custom-Dataset) |
19+
| [SAM 2 – Promptable Segmentation for Images and Videos](https://learnopencv.com/sam-2/) | [Code](https://github.com/spmallick/learnopencv/tree/master/SAM_2_Segment_Anything_Model_2) |
1920
| [Introduction to Feature Matching Using Neural Networks](https://learnopencv.com/feature-matching/) | [Code](https://github.com/spmallick/learnopencv/tree/master/Feature-Matching-Using-Neural-Networks) |
2021
| [Introduction to ROS2 (Robot Operating System 2): Tutorial on ROS2 Working, DDS, ROS1 RMW, Topics, Nodes, Publisher, Subscriber in Python](https://learnopencv.com/robot-operating-system-introduction) | [Code](https://github.com/spmallick/learnopencv/tree/master/Introduction-to-ROS2-in-python) |
2122
| [CVPR 2024 Research Papers - Part- 2](https://learnopencv.com/cvpr-2024-research-papers) | [Code](https://github.com/spmallick/learnopencv/tree/master/cvpr-2024-research-papers-part2) |
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SAM 2 – Promptable Segmentation for Images and Videos
2+
3+
This folder contains the Jupyter Notebooks and and images for the LearnOpenCV article - **[SAM 2 - Segment Anything Model 2]([https://learnopencv.com/sam-2/](https://learnopencv.com/?p=57810))**.
4+
5+
You can download the custom code directory and images from the below link. After downloading, follow the steps in the article to clone and set up the official repository and then copy the `custom_code` folder into the cloned git directory.
6+
7+
[<img src="https://learnopencv.com/wp-content/uploads/2022/07/download-button-e1657285155454.png" alt="Download Code" width="200">](https://www.dropbox.com/scl/fo/h1l37dp7x4uy42mugkxwa/AC0WdKOYYgbvF0nEZOCAAms?rlkey=ge4wjn124iavaz5is3i6rkokh&st=1txjljs0&dl=1)
8+
9+
![](readme_images/SAM2.gif)
10+
11+
## AI Courses by OpenCV
12+
13+
Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.
14+
15+
[![img](https://learnopencv.com/wp-content/uploads/2023/01/AI-Courses-By-OpenCV-Github.png)](https://opencv.org/courses/)

SAM_2_Segment_Anything_Model_2/custom_code/sam2_tiny_inference_image.ipynb

Lines changed: 264 additions & 0 deletions
Large diffs are not rendered by default.
2.5 MB
Loading

0 commit comments

Comments
 (0)