Skip to content

Commit

Permalink
fix the reference of SAM
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Aug 1, 2024
1 parent 7c1f99f commit e8a2796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The downloaded configurations provides the regions information along with co-ord
]
}
```
This tool also supports the [YOLO format](https://docs.ultralytics.com/datasets/detect/#ultralytics-yolo-format). A dataset of ripe and unripe tomatoes has been created and can be found on [Kaggle](https://www.kaggle.com/datasets/sumn2u/riped-and-unriped-tomato-dataset). \autoref{fig:annotated_tomatoes} shows the original and annotated tomatoes from that dataset. Besides this, it also selects the bounding box using the Segment Anything Model (SAM) \autoref{kirillov_segment_2023}.
This tool also supports the [YOLO format](https://docs.ultralytics.com/datasets/detect/#ultralytics-yolo-format). A dataset of ripe and unripe tomatoes has been created and can be found on [Kaggle](https://www.kaggle.com/datasets/sumn2u/riped-and-unriped-tomato-dataset). \autoref{fig:annotated_tomatoes} shows the original and annotated tomatoes from that dataset. Besides this, it also selects the bounding box using the Segment Anything Model (SAM) [@kirillov_segment_2023].

![Annotated Tomatoes \label{fig:annotated_tomatoes}](./annotated_tomatoes.png)

Expand Down

0 comments on commit e8a2796

Please sign in to comment.