Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkenely committed Aug 7, 2023
1 parent 8659d14 commit 01ecec3
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ By leveraging contour detection algorithms and image processing techniques, our
**<h2 name="coco-annotations">Table of Contents</h2>**

- **[Examples](#examples)**
- [Visual Annotations](#visual-annotations)
- [Single Objects](#single-objects)
- [Multiple Objects](#multiple-objects)
- [COCO Annotations](#coco-annotations)
- [YOLO Annotations](#yolo-annotations)
- [VGG Annotations](#vgg-annotations)
Expand All @@ -22,19 +23,31 @@ By leveraging contour detection algorithms and image processing techniques, our

**<h1 name="examples">Examples</h1>**

**<h2 name="visual-annotations">Visual Annotations</h2>**
**<h2 name="single-objects">Single Objects</h2>**
<!-- Show images -->
<h3>Sample Images</h3>

<p align="center"><img src='./Evaluation/Figures/Original vs Mask Multiple.png'></p>
<p align="center"><img src='./Evaluation/Figures/Original vs Mask.png'></p>

<h3>Polygon Annotation</h3>
<p align="center"><img src='./Evaluation/Figures/COCO_VGG_Results.png'></p>

<h3>Bounding Box Annotation</h3>
<p align="center"><img src='./Evaluation/Figures/YOLO_Results.png'></p>

**<h2 name="multiple-objects">Multiple Objects</h2>**
<!-- Show images -->
<h3>Sample Images</h3>

<p align="center"><img src='./Evaluation/Figures/Original vs Mask Multiple.png'></p>

<h3>Polygon Annotation</h3>
<p align="center"><img src='./Evaluation/Figures/COCO_VGG_Results_Multiple.png'></p>

<h3>Bounding Box Annotation</h3>
<p align="center"><img src='./Evaluation/Figures/YOLO_Results_Multiple.png'></p>


**<h2 name="coco-annotations">COCO Annotations</h2>**
<!-- Show json output -->
<h3>Annotation (JSON)</h3>
Expand Down

0 comments on commit 01ecec3

Please sign in to comment.