Giter VIP home page Giter VIP logo

stellasphere / notebooks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roboflow/notebooks

0.0 0.0 0.0 165.66 MB

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.

Home Page: https://roboflow.com/models

Python 0.01% Jupyter Notebook 100.00%

notebooks's Introduction

๐Ÿ‘‹ hello

Over the years we have created dozens of Computer Vision tutorials. This repository contains examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.

๐Ÿš€ model tutorials (26 notebooks)

notebook open in colab / kaggle / sagemaker studio lab complementary materials repository / paper
Fast Segment Anything Model (FastSAM) Colab Kaggle SageMaker Roboflow GitHub arXiv
YOLO-NAS Object Detection Colab Kaggle SageMaker Roboflow YouTube GitHub
Segment Anything Model (SAM) Colab Kaggle SageMaker Roboflow YouTube GitHub arXiv
Zero-Shot Object Detection with Grounding DINO Colab Kaggle SageMaker Roboflow YouTube GitHub arXiv
DETR Transformer Object Detection Colab Kaggle SageMaker YouTube GitHub arXiv
DINOv2 Image Classification Colab Kaggle Roboflow GitHub arXiv
YOLOv8 Object Detection Colab Kaggle SageMaker Roboflow YouTube GitHub
YOLOv8 Instance Segmentation Colab Kaggle SageMaker YouTube GitHub
YOLOv8 Classification Colab Kaggle SageMaker Roboflow GitHub
YOLOv7 Object Detection Colab Kaggle Roboflow YouTube GitHub arXiv
YOLOv7 Instance Segmentation Colab Kaggle SageMaker Roboflow YouTube GitHub arXiv
YOLOv7 Object Detection OpenVINO + TorchORT Colab Kaggle Roboflow GitHub arXiv
MT-YOLOv6 Object Detection Colab Kaggle Roboflow YouTube GitHub arXiv
YOLOv5 Object Detection Colab Kaggle Roboflow YouTube GitHub
YOLOv5 Classification Colab Kaggle Roboflow YouTube GitHub
YOLOv5 Instance Segmentation Colab Kaggle SageMaker Roboflow YouTube GitHub
Detection2 Instance Segmentation Colab Kaggle Roboflow YouTube GitHub arXiv
SegFormer Instance Segmentation Colab Kaggle Roboflow YouTube GitHub arXiv
Vision Transformer Classification Colab Kaggle Roboflow YouTube GitHub arXiv
Scaled-YOLOv4 Object Detection Colab Kaggle Roboflow YouTube GitHub arXiv
YOLOS Object Detection Colab Kaggle Roboflow YouTube GitHub arXiv
YOLOR Object Detection Colab Kaggle Roboflow YouTube GitHub arXiv
YOLOX Object Detection Colab Kaggle Roboflow YouTube GitHub arXiv
Resnet34 fast.ai Classification Colab Kaggle Roboflow YouTube
OpenAI Clip Classification Colab Kaggle Roboflow YouTube GitHub arXiv
YOLOv4-tiny Darknet Object Detection Colab Kaggle Roboflow YouTube GitHub arXiv

๐Ÿ“ธ computer vision skills (12 notebooks)

notebook open in colab / kaggle / sagemaker studio lab complementary materials repository / paper
Auto Train YOLOv8 Model with Autodistill Colab Kaggle SageMaker Roboflow YouTube GitHub
DINOv2 Image Retrieval Colab Kaggle GitHub arXiv
Image Embeddings Analysis - Part 1 Colab Kaggle SageMaker YouTube GitHub arXiv
Automated Dataset Annotation and Evaluation with Grounding DINO and SAM Colab Kaggle SageMaker Roboflow YouTube GitHub arXiv
Automated Dataset Annotation and Evaluation with Grounding DINO Colab Kaggle SageMaker YouTube GitHub arXiv
Vector Analysis with Scikit-learn and Bokeh Colab Kaggle Roboflow
RF100 Object Detection Model Benchmarking Colab Kaggle Roboflow YouTube GitHub arXiv
Detect and Count Objects in Polygon Zone with YOLOv5 / YOLOv8 / Detectron2 + Supervision Colab Kaggle SageMaker YouTube GitHub
Track and Count Vehicles with YOLOv8 + ByteTRACK + Supervision Colab Kaggle SageMaker Roboflow YouTube GitHub arXiv
Football Players Tracking with YOLOv5 + ByteTRACK Colab Kaggle SageMaker Roboflow YouTube GitHub arXiv
Create Segmentation Masks with Roboflow Colab Kaggle Roboflow
How to Use PolygonZone and Roboflow Supervision Colab Kaggle Roboflow

๐ŸŽฌ videos

Almost every week we create tutorials showing you the hottest models in Computer Vision. ๐Ÿ”ฅ Subscribe, and stay up to date with our latest YouTube videos!

How to Choose the Best Computer Vision Model for Your Project How to Choose the Best Computer Vision Model for Your Project

Created: 26 May 2023 | Updated: 26 May 2023

In this video, we will dive into the complexity of choosing the right computer vision model for your unique project. From the importance of high-quality datasets to hardware considerations, interoperability, benchmarking, and licensing issues, this video covers it all...


Accelerate Image Annotation with SAM and Grounding DINO Accelerate Image Annotation with SAM and Grounding DINO

Created: 20 Apr 2023 | Updated: 20 Apr 2023

Discover how to speed up your image annotation process using Grounding DINO and Segment Anything Model (SAM). Learn how to convert object detection datasets into instance segmentation datasets, and see the potential of using these models to automatically annotate your datasets for real-time detectors like YOLOv8...


SAM - Segment Anything Model by Meta AI: Complete Guide SAM - Segment Anything Model by Meta AI: Complete Guide

Created: 11 Apr 2023 | Updated: 11 Apr 2023


Discover the incredible potential of Meta AI's Segment Anything Model (SAM)! We dive into SAM, an efficient and promptable model for image segmentation, which has revolutionized computer vision tasks. With over 1 billion masks on 11M licensed and privacy-respecting images, SAM's zero-shot performance is often superior to prior fully supervised results...

๐Ÿ’ป run locally

We try to make it as easy as possible to run Roboflow Notebooks in Colab and Kaggle, but if you still want to run them locally, below you will find instructions on how to do it. Remember don't install your dependencies globally, use venv.

# clone repository and navigate to root directory
git clone [email protected]:roboflow-ai/notebooks.git
cd notebooks

# setup python environment and activate it
python3 -m venv venv
source venv/bin/activate

# install and run jupyter notebook
pip install notebook
jupyter notebook

โ˜๏ธ run in sagemaker studio lab

You can now open our tutorial notebooks in Amazon SageMaker Studio Lab - a free machine learning development environment that provides the compute, storage, and securityโ€”all at no costโ€”for anyone to learn and experiment with ML.

Stable Diffusion Image Generation YOLOv5 Custom Dataset Training YOLOv7 Custom Dataset Training
SageMaker SageMaker SageMaker

๐Ÿž bugs & ๐Ÿฆธ contribution

Computer Vision moves fast! Sometimes our notebooks lag a tad behind the ever-pushing forward libraries. If you notice that any of the notebooks is not working properly, create a bug report and let us know.

If you have an idea for a new tutorial we should do, create a feature request. We are constantly looking for new ideas. If you feel up to the task and want to create a tutorial yourself, please take a peek at our contribution guide. There you can find all the information you need.

We are here for you, so don't hesitate to reach out.

notebooks's People

Contributors

skalskip avatar capjamesg avatar jacobsolawetz avatar hansent avatar yeldarby avatar mmcquade11 avatar mo-traor3-ai avatar alexandercarruthers avatar stellasphere avatar partheee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.