From 9579f74ff360086cf459341fdb4d8eae300b9f3d Mon Sep 17 00:00:00 2001 From: Sam <78538841+spwoodcock@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:32:18 +0100 Subject: [PATCH] docs: further update roadmap in readme --- Readme.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index f2520df1..528da56f 100644 --- a/Readme.md +++ b/Readme.md @@ -26,9 +26,14 @@ To eliminate model biases, fAIr is built to work with the local communities and | Status | Feature | |:--:| :-- | -|✅| implemented | -|⚙️| ongoing | -| | future | +|✅| training of local AI models using local datasets | +|✅| prediction of map features using locally trained models | +|✅| iterative re-training of models via user feedback | +|⚙️| multi-mask training for better building feature prediction | +|⚙️| improvements to the prediction algorithm: YOLOv8 inference and finetunning | +| | mapping predictions into OSM using JOSM | +| | remove overlapping predictions from final output | +| | improvements to testing suite to improve code resilience going forward | A more developer-facing roadmap can be found