Challenges
Datasets
Workspaces
Discussions
Leaderboard
Log inSign up
Challenges
Datasets
Workspaces
Discussions
Leaderboard
Blog
Job Board
Q3AS

© 2026 Aqora Quantum S.A.S.

TermsPrivacyLegal Notice
Drones Path-Planning using Quantum Computing background cover

qinnovision-world-challenge-2025 / Drones Path-Planning using Quantum Computing

Join now
Overview
Docs
Code
Rules
Discussion
Leaderboard
Nguyen Xuan Bacngxbac

3

Posted 2y ago

Data and Evaluation Protocol

Hi organizers,
The problem definition really sounds to me.
However, I have concerns regarding to data and evaluation protocol.
  1. What kind of data will be used for this problem? Do you have any specific which dataset we should run the experiments on?
  2. How do the organizers evaluate our method? What criteria/metrics should be considered?
I am looking forward to hearing from you.
Best,

Order by:

Want to join this discussion?

Join our community today and start discussing with our members by participating in exciting events, competitions, and challenges. Sign up now to engage with quantum experts!

LoginSign up

Frédéric BARBARESCO

3

Posted by barbaresco • 2y ago

OK, I will provide a dataset (3D urban model) with initial/final position of drone.
Metric will be the shortest path.

Jordan Makansi

2

Posted by makansij • 2y ago

What metrics will be used to evaluate our submission?

Julian (aqora)

1

Posted by julian • 2y ago

Hi @makansij! The score is specifically calculated as haversine_distance(start, end) / total_haversine_distance(your_solution)

RMTboy

1

Posted by RMTboy • 2y ago

the minimisation of the total distance, see the metric function in the file use-case.py

Alexandre Krajenbrink

2

Posted by kraji • 2y ago (edited)

@ngxbac all metrics and data have been added :) check in the code tab!

Nguyen Xuan Bac

2

Posted by ngxbac • 2y ago

Hi @kraji,
Thanks for your update. Appreciate that.
I do see the submission, use_case on the code tab, but the data is recently empty. Is it expected?

Julian (aqora)

1

Posted by julian • 2y ago

Hi @ngxbac! The new use_case template should hopefully provide some help https://aqora.io/competitions/drone-path-qinnovision/code/template/blob/submission/solution.ipynb. You are given a start and end points and a list of polygons given by use_case.obstacles. You then need to calculate the shortest path and return a list of points along that path starting with the start point and ending with the end point without intersecting the polygons

Jannes Stubbemann

1

Posted by stubbi • 2y ago

@julian could you help out here?

Alexandre Krajenbrink

2

Posted by kraji • 2y ago

@barbaresco is the right person to reply to this!