Skip to content
Snippets Groups Projects
Commit d87b4862 authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

added doc on the model in README

parent aaffa054
No related branches found
No related tags found
1 merge request!52Documentation
...@@ -44,6 +44,18 @@ Navigate to [http://localhost:3000](http://localhost:3000) ...@@ -44,6 +44,18 @@ Navigate to [http://localhost:3000](http://localhost:3000)
<br/> <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 # TODO
## Coté algo ## 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) - 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment