katospiegel commited on
Commit
b408d4d
1 Parent(s): ae21818

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -34
README.md CHANGED
@@ -1,34 +1,67 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: Time [s]
6
- dtype: float32
7
- - name: id
8
- dtype: int32
9
- - name: Type
10
- dtype: string
11
- - name: x_img [px]
12
- dtype: int32
13
- - name: y_img [px]
14
- dtype: int32
15
- - name: Angle_img [rad]
16
- dtype: float32
17
- - name: Frame
18
- dtype: string
19
- - name: Image
20
- dtype: image
21
- - name: Mask
22
- dtype: image
23
- splits:
24
- - name: train
25
- num_bytes: 1768280.0
26
- num_examples: 273
27
- download_size: 1792775
28
- dataset_size: 1768280.0
29
- configs:
30
- - config_name: default
31
- data_files:
32
- - split: train
33
- path: data/train-*
34
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: Time [s]
6
+ dtype: float32
7
+ - name: id
8
+ dtype: int32
9
+ - name: Type
10
+ dtype: string
11
+ - name: x_img [px]
12
+ dtype: int32
13
+ - name: y_img [px]
14
+ dtype: int32
15
+ - name: Angle_img [rad]
16
+ dtype: float32
17
+ - name: Frame
18
+ dtype: string
19
+ - name: Image
20
+ dtype: image
21
+ - name: Mask
22
+ dtype: image
23
+ splits:
24
+ - name: train
25
+ num_bytes: 1768280
26
+ num_examples: 273
27
+ download_size: 1792775
28
+ dataset_size: 1768280
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
+ task_categories:
35
+ - image-segmentation
36
+ tags:
37
+ - aerial
38
+ - vehicles
39
+ - drones
40
+ ---
41
+
42
+ # ORD for the Sciences Hackathon - Vehicles Detection
43
+
44
+ [![launch - renku](https://renkulab.io/renku-badge.svg)](https://renkulab.io/v2/projects/hackathon-team-1/pneuma-vehicles-detection) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/sdsc-ordes/ordfts-hackathon-vehicles-detection/blob/main/002_vehicles_detection.ipynb)
45
+ [![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/sdsc-ordes/ordfts-hackathon-vehicles-detection) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12751861.svg)](https://doi.org/10.5281/zenodo.12751861) [![Dataset on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/dataset-on-hf-md.svg)](https://huggingface.co/datasets/katospiegel/ordfts-hackathon-pneuma-vehicles-segmentation)
46
+
47
+
48
+ > [!CAUTION]
49
+ > This project is an example of a hackathon project. The quality of the data produced has not been evaluated. Its goal is to provide an example on how a dataset can be update to Hugginface.
50
+
51
+ This is an example of a hackathon project presented to `ORD for the sciences hackathon` using the openly available [pNeuma vision dataset](https://zenodo.org/records/7426506).
52
+
53
+ - [Go here if you wanna know more about the hackathon](https://sdsc-hackathons.ch/)
54
+ - [EPFL pNeuma project](https://open-traffic.epfl.ch)
55
+
56
+
57
+ ## Description
58
+
59
+ The goal of this project is to create a training dataset derived from the publicly available pNeuma Vision dataset, which contains drone footage and coordinates of vehicles. By leveraging machine learning techniques, specifically the "Segment Anything" model by Meta, we will accurately segment and mask the pixels corresponding to each vehicle within the footage. The resulting dataset, stored in the efficient Parquet format, will be shared on Hugging Face as a new, open-access resource for the research community. Additionally, we will document our methodology in a detailed Jupyter notebook, which will be hosted in a public GitHub repository. Our work will be registered as a derived contribution in the pNeuma RDI Hub prototype, ensuring proper attribution and fostering further research and development.
60
+
61
+ ![alt text](https://github.com/sdsc-ordes/ordfts-hackathon-vehicles-detection/raw/main/assets/summary.png)
62
+
63
+ Datasets created:
64
+
65
+ - [pneuma-vision-parquet](https://huggingface.co/datasets/katospiegel/pneuma-vision-parquet)
66
+ - [ordfts-hackathon-pneuma-vehicles-segmentation](https://huggingface.co/datasets/katospiegel/ordfts-hackathon-pneuma-vehicles-segmentation)
67
+