Challenges / Vision-to-Chart Data Association
Quick links: Dataset download Submit (coming soon) Leaderboards (coming soon) Ask for help
This challenge is about augmenting navigation data for maritime vehicles (boats). Given an image captured by boat-mounted camera, and chart markers of nearby navigational aids (buoys), the task is to identify visible buoys and match them with their corresponding chart markers. The goal is to maximize detected buoys as well as correct matches while minimizing localization error of detected buoys and wrong detections. The challenge is based on the paper "Real-Time Fusion of Visual and Chart Data for Enhanced Maritime Vision".
The task is to develop a deep learning model capable of detecting buoys in a monocular image, and matching them to associated chart positions. Models will be evaluated on both detection and matching accuracy as well as localization error.
The dataset consists of 6115 entries, with each entry containing a single RGB-based image, a variable amount of quieries, and a variable amount of labels. Each query denotes chart data of a nearby buoy, and has the format: (query id, distance to ship [meters], bearing from ship centerline [degrees], longitude, latidude). Each label denotes a nearby buoy visible in the image, and has the format (query id, BB center x, BB center y, BB width, BB height), where BB location specification follows the YOLO format and denotes the corresponding queries position in the image. Note that this dataset contains entries where no buoy is visible.
The submitted models are evaluated on a test set that is not publicly available.
The following metrics are employed to assess model capabilities:
To participate in the challenge follow these steps:
To help you get started and provide a brief introduction to the topic, we have developed a fusion transformer based on DETR which you can find here (TBD).
In order to submit your model you must first export it to ONNX format. A Python script is provided for this (coming soon)
The submitted ONNX files must meet the following requirements:
If you have any questions, please join the MaCVi Support forum.