Fix LVIS dataset links (#9465)
This commit is contained in:
parent
ea527507fe
commit
5268ca14eb
1 changed files with 7 additions and 4 deletions
|
|
@ -6,7 +6,11 @@ keywords: Ultralytics, LVIS dataset, object detection, YOLO, YOLO model training
|
|||
|
||||
# LVIS Dataset
|
||||
|
||||
The [LVIS](https://www.lvisdataset.org/dataset) dataset is a large-scale, fine-grained vocabulary-level annotation dataset developed and released by Facebook AI Research (FAIR). It is primarily used as a research benchmark for object detection and instance segmentation with a large vocabulary of categories, aiming to drive further advancements in computer vision field.
|
||||
The [LVIS dataset](https://www.lvisdataset.org/) is a large-scale, fine-grained vocabulary-level annotation dataset developed and released by Facebook AI Research (FAIR). It is primarily used as a research benchmark for object detection and instance segmentation with a large vocabulary of categories, aiming to drive further advancements in computer vision field.
|
||||
|
||||
<p align="center">
|
||||
<img width="640" src="https://github.com/ultralytics/ultralytics/assets/26833433/40230a80-e7bc-4310-a860-4cc0ef4bb02a" alt="LVIS Dataset example images">
|
||||
</p>
|
||||
|
||||
## Key Features
|
||||
|
||||
|
|
@ -69,8 +73,7 @@ To train a YOLOv8n model on the LVIS dataset for 100 epochs with an image size o
|
|||
|
||||
The LVIS dataset contains a diverse set of images with various object categories and complex scenes. Here are some examples of images from the dataset, along with their corresponding annotations:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
- **Mosaiced Image**: This image demonstrates a training batch composed of mosaiced dataset images. Mosaicing is a technique used during training that combines multiple images into a single image to increase the variety of objects and scenes within each training batch. This helps improve the model's ability to generalize to different object sizes, aspect ratios, and contexts.
|
||||
|
||||
|
|
@ -93,4 +96,4 @@ If you use the LVIS dataset in your research or development work, please cite th
|
|||
}
|
||||
```
|
||||
|
||||
We would like to acknowledge the LVIS Consortium for creating and maintaining this valuable resource for the computer vision community. For more information about the LVIS dataset and its creators, visit the [LVIS dataset website](https://www.lvisdataset.org/dataset).
|
||||
We would like to acknowledge the LVIS Consortium for creating and maintaining this valuable resource for the computer vision community. For more information about the LVIS dataset and its creators, visit the [LVIS dataset website](https://www.lvisdataset.org/).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue