Difference between revisions of "Software"
From robotica.unileon.es
m (Replaced content with "Source code from our working projects can be found in our [https://github.com/Robotica-ule GitHub].") |
WikiSheriff (talk | contribs) (vmo: adding current software) |
||
Line 1: | Line 1: | ||
− | + | ||
+ | Here we enumerate different software packages developed by our group: | ||
+ | |||
+ | ==PeTra (People Tracking)== | ||
+ | |||
+ | PeTra is a tool which allows detecting and tracking people. The system is based on a CNN that uses an occupancy map constructed from the readings of a LIDAR sensor. | ||
+ | |||
+ | Dataset: https://www.frontiersin.org/articles/10.3389/fnbot.2017.00072/full | ||
+ | PeTra: | ||
+ | https://www.frontiersin.org/articles/10.3389/fnbot.2018.00085/full | ||
+ | https://www.mdpi.com/2218-6581/8/3/75 | ||
+ | |||
+ | https://github.com/ClaudiaAlvarezAparicio/petra | ||
+ | |||
+ | |||
+ | |||
+ | ==BRITTANY (Biometric RecognITion Through gAit aNalYsis)== | ||
+ | |||
+ | Brittany is a tool which allows a Biometric recognition through gait analysis by using LIDAR sensors. The system is based on a classification neural network which allow identify 5 diferent users of the system or intruders in it. | ||
+ | |||
+ | |||
+ | https://github.com/ClaudiaAlvarezAparicio/brittany |
Revision as of 16:34, 26 March 2020
Here we enumerate different software packages developed by our group:
PeTra (People Tracking)
PeTra is a tool which allows detecting and tracking people. The system is based on a CNN that uses an occupancy map constructed from the readings of a LIDAR sensor.
Dataset: https://www.frontiersin.org/articles/10.3389/fnbot.2017.00072/full PeTra: https://www.frontiersin.org/articles/10.3389/fnbot.2018.00085/full https://www.mdpi.com/2218-6581/8/3/75
https://github.com/ClaudiaAlvarezAparicio/petra
BRITTANY (Biometric RecognITion Through gAit aNalYsis)
Brittany is a tool which allows a Biometric recognition through gait analysis by using LIDAR sensors. The system is based on a classification neural network which allow identify 5 diferent users of the system or intruders in it.