diff --git a/README.md b/README.md index c8107378dada63bf4e092718fbe13b49905a3a2f..0d8fbf2092f294782d860b5175feeab0a3e7fe88 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,18 @@ Navigate to [http://localhost:3000](http://localhost:3000) <br/> +# Documentation + +## Algorithm + +The crowd-counting AI model used is based on this repository: +https://github.com/ZhengPeng7/W-Net-Keras +The dataset used is ShanghaiTech Part B. +The model is given a 3-channel image and generates a density map of half the size of the input image. +The estimated number of people is obtained by summing on all pixels of the density map. + +<br/> + # TODO ## Coté algo - Accéder à d'autre infos telle que l'API des cours sur demande à la DISI pour intégrer ça aux prédictions (ex: cours en promo complète juste implique plus d'attente)