Skip to content

Commit

Permalink
update image readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jul 21, 2024
1 parent 0cb379d commit 9f37b8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
19 changes: 2 additions & 17 deletions examples/image/detect/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
# YOLO Image Object Detection with Indexify

This cookbook demonstrates how to create an image object detection pipeline using Indexify and the tensorlake/yolo extractor. By the end of this guide, you'll have a pipeline capable of ingesting image files and detecting objects within them using the YOLO (You Only Look Once) model.
We demonstrate how to create a pipeline capable of ingesting image files and detecting objects within them using the YOLO (You Only Look Once) model.

## Table of Contents

1. [Introduction](#introduction)
2. [Prerequisites](#prerequisites)
3. [Setup](#setup)
- [Install Indexify](#install-indexify)
- [Install Required Extractor](#install-required-extractor)
4. [Creating the Extraction Graph](#creating-the-extraction-graph)
5. [Implementing the Object Detection Pipeline](#implementing-the-object-detection-pipeline)
6. [Running the Object Detection Process](#running-the-object-detection-process)
7. [Customization and Advanced Usage](#customization-and-advanced-usage)
8. [Conclusion](#conclusion)

## Introduction

The image object detection pipeline will use the `tensorlake/yolo-extractor` extractor to process images and identify objects within them, providing bounding boxes, class names, and confidence scores for each detected object.
The pipeline will use the `tensorlake/yolo-extractor` extractor to process images and identify objects within them, providing bounding boxes, class names, and confidence scores for each detected object.

## Prerequisites

Expand Down
19 changes: 2 additions & 17 deletions examples/image/florence/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
# Image Analysis with Indexify and Florence Extractor

This cookbook demonstrates how to create an image analysis pipeline using Indexify and the tensorlake/florence extractor. By the end of this guide, you'll have a pipeline capable of performing multiple image analysis tasks, including detailed captioning, object detection, and referring expression segmentation.
We demonstrate how to create a pipeline capable of performing multiple image analysis tasks, including detailed captioning, object detection, and referring expression segmentation.

## Table of Contents
The pipeline will consist of three main tasks:

1. [Introduction](#introduction)
2. [Prerequisites](#prerequisites)
3. [Setup](#setup)
- [Install Indexify](#install-indexify)
- [Install Required Extractor](#install-required-extractor)
4. [Creating the Extraction Graph](#creating-the-extraction-graph)
5. [Implementing the Image Analysis Pipeline](#implementing-the-image-analysis-pipeline)
6. [Running the Analysis Process](#running-the-analysis-process)
7. [Results](#results)
8. [Customization and Advanced Usage](#customization-and-advanced-usage)
9. [Conclusion](#conclusion)

## Introduction

The image analysis pipeline will consist of three main tasks:
1. Detailed Image Captioning using the `<MORE_DETAILED_CAPTION>` task.
2. Object Detection using the `<OD>` task.
3. Referring Expression Segmentation using the `<REFERRING_EXPRESSION_SEGMENTATION>` task.
Expand Down

0 comments on commit 9f37b8d

Please sign in to comment.