TrainingDataPro
commited on
Commit
•
9beb373
1
Parent(s):
56acc4f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-to-image
|
5 |
+
- object-detection
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- code
|
10 |
+
- biology
|
11 |
---
|
12 |
+
|
13 |
+
# Dogs Video Object Tracking Dataset
|
14 |
+
|
15 |
+
The dataset contains frames extracted from videos with dogs on the streets. Each frame is accompanied by **bounding box** that specifically **tracks the dog** in the image.
|
16 |
+
|
17 |
+
The dataset provides a valuable resource for advancing computer vision tasks, enabling the development of more accurate and effective solutions for monitoring and understanding dog behavior in urban settings.
|
18 |
+
|
19 |
+
![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F2d6ca1d0561d6eaf77f60743335d4e03%2F3cb2d54c-7dd7-4c05-8764-bf2156e90381.gif?generation=1695301016829163&alt=media)
|
20 |
+
|
21 |
+
# Get the dataset
|
22 |
+
|
23 |
+
### This is just an example of the data
|
24 |
+
|
25 |
+
Leave a request on [**https://trainingdata.pro/data-market**](https://trainingdata.pro/data-market?utm_source=huggingface&utm_medium=cpc&utm_campaign=dogs-video-object-tracking-dataset) to discuss your requirements, learn about the price and buy the dataset.
|
26 |
+
|
27 |
+
# Dataset structure
|
28 |
+
The dataset consists of 3 folders with frames from the video with dogs on the streets.
|
29 |
+
Each folder includes:
|
30 |
+
- **images**: folder with original frames from the video,
|
31 |
+
- **boxes**: visualized data labeling for the images in the previous folder,
|
32 |
+
- **.csv file**: file with id and path of each frame in the "images" folder,
|
33 |
+
- **annotations.xml**: contains coordinates of the bounding boxes, created for the original frames
|
34 |
+
|
35 |
+
# Data Format
|
36 |
+
|
37 |
+
Each frame from `images` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the coordinates of the bounding boxes for dogs tracking. For each point, the x and y coordinates are provided.
|
38 |
+
|
39 |
+
# Example of the XML-file
|
40 |
+
![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F5fe2c896ce3fdd4c78f594c4b87da9f2%2Fcarbon.png?generation=1695302551970795&alt=media)
|
41 |
+
|
42 |
+
# Object tracking might be made in accordance with your requirements.
|
43 |
+
|
44 |
+
## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface&utm_medium=cpc&utm_campaign=dogs-video-object-tracking-dataset)** provides high-quality data annotation tailored to your needs
|
45 |
+
|
46 |
+
More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
|
47 |
+
|
48 |
+
TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets**
|