diff --git a/README.md b/README.md index 6a12dd7..b91885e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,42 @@ # TextSLAM (coming soon) -TextSLAM is a novel visual SLAM system tightly coupled with the semantic text features. -Paper: [TextSLAM: Visual SLAM with Semantic Planar Text Features](https://arxiv.org/abs/2305.10029) + +:star: TextSLAM is a novel visual Simultaneous Localization and Mapping system (SLAM) tightly coupled with semantic text objects. + +:bulb: Humans can read texts and navigate complex environments using scene texts, such as road markings and room names. why not robots? + +:star: TextSLAM explores scene texts as the basic feature both geometrically and semantically. It achieves superior performance even under challenging environments, such as image blurring, large viewpoint changes, and significant illumination variations (day and night). + +In the project we provide: +- **C++ implementation of our TextSLAM system** +- **A large text-orientated dataset covering indoor and outdoor scenes with ground truth.** + + +