Skip to content

Commit

Permalink
Merge pull request #2 from caviri/main
Browse files Browse the repository at this point in the history
  • Loading branch information
caviri authored and github-actions[bot] committed Sep 8, 2024
2 parents 754f643 + 361130d commit 0491c6f
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 15 deletions.
4 changes: 3 additions & 1 deletion catalog/datasets/0001-pneuma-dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ tags:
source: "Zenodo"
authors:
- name: "Kim, Sohyeong"
orcid: "0000-0000-0000-0000"
- name: "Anagnostopoulos, Georg"
- name: "Barmpounakis, Emmanouil"
- name: "Geroliminis, Nikolas"
license: "CC BY 4.0"
access_url: "https://zenodo.org/record/7426506/"
documentation_url: "https://zenodo.org/record/7426506"
4 changes: 2 additions & 2 deletions catalog/datasets/0002-pneuma-vision-dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "v1"
description: "The pNEUMA dataset is the drone traffic imagery dataset that contains images of frame and vehicle annotations as positions. This dataset is the expansion of the pNEUMA, the urban trajectory dataset collected by swarms of drones in Athens. For more details about pNEUMA and pNEUMA Vision, please check our website at https://open-traffic.epfl.ch and github."
created_at: "2023-08-30T15:12:56Z"
updated_at: "2023-08-30T15:12:56Z"
data_format: "csv"
data_format: "csv jpg"
tags:
- "traffic"
- "GNSS"
Expand All @@ -16,7 +16,7 @@ tags:
source: "Zenodo"
authors:
- name: "Barmpounakis, Emmanouil"
orcid: "0000-0000-0000-0000"
- name: "Geroliminis, Nikolas"
license: "CC BY 4.0"
access_url: "https://zenodo.org/record/10491409"
documentation_url: "https://zenodo.org/record/10491409"
17 changes: 8 additions & 9 deletions catalog/datasets/0003-pneuma-vision-parquet.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
schema_version: "1.0.0"
schema_type: "dataset"
dataset_id: "0004-pneuma-vision-parquet"
dataset_id: "0003-pneuma-vision-parquet"
title: "pNEUMA vision parquet"
doi: "10.5281/Other"
doi: "10.5281/zenodo.7426506"
version: "v1"
description: "The pNEUMA dataset is the drone traffic imagery dataset that contains images of frame and vehicle annotations as positions. This dataset is the expansion of the pNEUMA, the urban trajectory dataset collected by swarms of drones in Athens. For more details about pNEUMA and pNEUMA Vision, please check our website at https://open-traffic.epfl.ch and github."
description: "This is a mirror test of the pNEUMA vision dataset in HuggingFace allowing streaming of data."
created_at: "2023-08-30T21:12:56Z"
updated_at: "2023-08-30T21:12:56Z"
data_format: "csv"
data_format: "parquet"
tags:
- "traffic"
- "GNSS"
- "urban mobility"
- "traffic safety"
source: "Zenodo"
source: "Hugging Face"
authors:
- name: "Test Test, Test"
orcid: "0000-0000-0000-0000"
- "Carlos Vivar Rios"
license: "CC BY 4.0"
access_url: "https://zenodo.org/record/10491409"
documentation_url: "https://zenodo.org/record/10491409"
access_url: "https://huggingface.co/datasets/katospiegel/pneuma-vision-parquet"
documentation_url: "https://github.com/sdsc-ordes/ordfts-hackathon-vehicles-detection"
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
schema_version: "1.0.0"
schema_type: "dataset"
dataset_id: "0004-ordfts-hackathon-pneuma-vehicles-segmentation"
title: "ordfts Hackathon pNEUMA vehicles segmentation"
doi: "10.5281/zenodo.7426506"
version: "v1"
description: "Pairs of cropped images of vehicles and masks obtained by using SAM model by Meta. This is an experimental dataset to test the HuggingFace capabilities of streaming data. "
created_at: "2023-08-30T21:12:56Z"
updated_at: "2023-08-30T21:12:56Z"
data_format: "parquet"
tags:
- "traffic"
- "GNSS"
- "urban mobility"
- "traffic safety"
source: "Hugging Face"
authors:
- "Carlos Vivar Rios"
license: "CC BY 4.0"
access_url: "https://huggingface.co/datasets/katospiegel/ordfts-hackathon-pneuma-vehicles-segmentation"
documentation_url: "https://github.com/sdsc-ordes/ordfts-hackathon-vehicles-detection"
14 changes: 11 additions & 3 deletions src/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"index_timestamp": "2024-09-08 16:31:47.904322",
"index_timestamp": "2024-09-08 16:45:29.626056",
"catalog": {
"datasets": [
{
Expand All @@ -20,8 +20,16 @@
"source": "Zenodo",
"authors": [
{
"name": "Kim, Sohyeong",
"orcid": "0000-0000-0000-0000"
"name": "Kim, Sohyeong"
},
{
"name": "Anagnostopoulos, Georg"
},
{
"name": "Barmpounakis, Emmanouil"
},
{
"name": "Geroliminis, Nikolas"
}
],
"license": "CC BY 4.0",
Expand Down

0 comments on commit 0491c6f

Please sign in to comment.