Datasets:

lpril commited on
Commit
cb38f8e
·
verified ·
1 Parent(s): f21c035

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -3
README.md CHANGED
@@ -1,3 +1,50 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - robotics
5
+ - object-detection
6
+ tags:
7
+ - robotics
8
+ - computer-vision
9
+ - object-detection
10
+ - agriculture
11
+ ---
12
+
13
+
14
+ # VERIDIS Dataset
15
+
16
+ ## Overview
17
+
18
+ This repository contains the **VERIDIS** dataset, a collection of annotated agricultural images for crop detection and identification. The dataset comprises field images of beet and corn crops captured by a ground-level robotic platform, organized in YOLO format for object detection tasks.
19
+
20
+ The dataset includes 10,077 total files distributed across training (9,100 files), validation (488 files), and test (489 files) sets, with images of two crop types: beet (Class 0) and corn (Class 1).
21
+
22
+ ## Repository Contents
23
+
24
+ ### Main Dataset
25
+
26
+ - **veridis.zip**
27
+ - Main dataset containing the complete collection of data for identity verification research
28
+ - Recently updated with the latest version of the dataset
29
+ - Format: Compressed ZIP archive
30
+
31
+ ### Processing Scripts
32
+
33
+ #### 1. `anonymize_persons.py`
34
+ Script designed for anonymizing personal data within the dataset. It implements privacy-preserving techniques to protect personally identifiable information while maintaining data utility for research purposes.
35
+
36
+
37
+ #### 2. `data_augmentation.py`
38
+ Data augmentation script that expands the dataset through systematic transformations and variations generation.
39
+
40
+ #### 3. `extract_frames.py`
41
+ Tool for extracting individual frames from video sequences or temporal data.
42
+
43
+
44
+ #### 4. `train.py`
45
+ Main training script for machine learning and deep learning models on the VERIDIS dataset.
46
+
47
+
48
+ ## License
49
+
50
+ This project is licensed under **CC-BY-SA-4.0** (Creative Commons Attribution-ShareAlike 4.0 International).