sbult commited on
Commit
fb464f2
1 Parent(s): 35d15b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: bsd-3-clause
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ ---
4
+
5
+ A collection of models employed for semantic perception on smart egde sensors.
6
+ The Collection includes models for
7
+ - person, object, and robot detection
8
+ - person, object, and robot keypoint estimation
9
+ - semantic segmentation of indoor scenes
10
+ - instance segmentation of tables and chairs
11
+ - person detection in IR images
12
+ - person re-id
13
+
14
+ References:
15
+
16
+ Simon Bultmann, Raphael Memmesheimer, and Sven Behnke:
17
+ External Camera-based Mobile Robot Pose Estimation for Collaborative Perception with Smart Edge Sensors
18
+ In Proceedings of IEEE International Conference on Robotics and Automation (ICRA), London, UK, June 2023.
19
+ [Paper](https://www.ais.uni-bonn.de/papers/ICRA_2023_Bultmann.pdf)
20
+ [Video](https://www.ais.uni-bonn.de/videos/ICRA_2023_Bultmann/)
21
+
22
+ Julian Hau, Simon Bultmann, and Sven Behnke:
23
+ Object-level 3D Semantic Mapping using a Network of Smart Edge Sensors
24
+ In Proceedings of 6th IEEE International Conference on Robotic Computing (IRC), Naples, Italy, December 2022.
25
+ [Paper](https://www.ais.uni-bonn.de/papers/IRC_2022_Hau.pdf)
26
+ [Video](https://www.ais.uni-bonn.de/videos/IRC_2022_Hau_Bultmann/)
27
+
28
+ Simon Bultmann and Sven Behnke:
29
+ 3D Semantic Scene Perception using Distributed Smart Edge Sensors
30
+ In Proceedings of 17th International Conference on Intelligent Autonomous Systems (IAS), Zagreb, Croatia, June 2022.
31
+ [Paper](https://www.ais.uni-bonn.de/papers/IAS_2022_Bultmann.pdf)
32
+ [Video](https://www.ais.uni-bonn.de/videos/IAS_2022_Bultmann/)
33
+ [Code Nvidia Jetson Sensorboard](https://github.com/AIS-Bonn/JetsonTRTPerception)
34
+ [Code Backend](https://github.com/AIS-Bonn/SmartEdgeSensor3DScenePerception)
35
+
36
+ Simon Bultmann and Sven Behnke:
37
+ Real-Time Multi-View 3D Human Pose Estimation using Semantic Feedback to Smart Edge Sensors
38
+ In Proceedings of Robotics: Science and Systems (RSS), July 2021.
39
+ [Paper](https://www.ais.uni-bonn.de/papers/RSS_2021_Bultmann.pdf)
40
+ [Video](https://www.ais.uni-bonn.de/videos/RSS_2021_Bultmann/)
41
+ [Code](https://github.com/AIS-Bonn/SmartEdgeSensor3DHumanPose)
42
+
43
+