Commit
·
43a25de
1
Parent(s):
f650952
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
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 |
+
# Fish Tracking
|
14 |
+
The collection of video frames, capturing various types of fish swimming in the water. The dataset includes fish of different colors, sizes and with different swimming speeds.
|
15 |
+
|
16 |
+

|
17 |
+
|
18 |
+
# Get the Dataset
|
19 |
+
|
20 |
+
### This is just an example of the data
|
21 |
+
|
22 |
+
Contact us via **[[email protected]](mailto:[email protected])** or leave a request on **[https://trainingdata.pro/data-market](https://trainingdata.pro/data-market?utm_source=huggingface)** to discuss your requirements, learn about the price and buy the dataset
|
23 |
+
|
24 |
+
# Data Format
|
25 |
+
Each video frame from `images` folder is paired with an `annotations.xml` file that meticulously defines the tracking of each fish using polygons.
|
26 |
+
|
27 |
+
The data labeling is visualized in the `boxes` folder.
|
28 |
+
|
29 |
+
# Example of the XML-file
|
30 |
+
|
31 |
+

|
32 |
+
|
33 |
+
# Object tracking might be made in accordance with your requirements.
|
34 |
+
|
35 |
+
## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface)** provides high-quality data annotation tailored to your needs
|
36 |
+
|
37 |
+
More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
|
38 |
+
|
39 |
+
TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets**
|