Skip to content

This is an example of a hackathon project making use of the pNeuma vision dataset

License

Notifications You must be signed in to change notification settings

sdsc-ordes/ordfts-hackathon-vehicles-detection

Repository files navigation

ORD for the Sciences Hackathon - Vehicles Detection

launch - renku Open In Colab GitHub DOI Dataset on HF

Caution

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.

This is an example of a hackathon project presented to ORD for the sciences hackathon using the openly available pNeuma vision dataset.

Description

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.

alt text

Datasets created:

How is structured this repository?

  • 001_parquet_converter.ipynb:
    • In this notebook we downloaded part of the original dataset pNeuma Vision, converted into parquet and then uploaded in Huggingface
  • 002_vehicles_detection.ipynb
    • Here we take the coordinates of each vehicles tagged, we cropped an region of interest around it, and use Segment Anything by Meta in order to segment the vehicle.

How to run this project in docker?

docker build -t vehicles-detection . 

And then run with:

docker run -it --rm --gpus all --env-file .env odtp-whisperx

Developed by:

Developed by Carlos Vivar Rios (SDSC), as an example for the ORD for the sciences Hackathon.

About

This is an example of a hackathon project making use of the pNeuma vision dataset

Resources

License

Stars

Watchers

Forks

Packages

No packages published