This git repository contains the codes, training results and test code for Junquan Pan's master thesis at the Chair xAI of the University of Bamberg.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project focuses on developing an AI-powered system for detecting wood knots on historic timber surfaces, contributing to the preservation and sustainability of invaluable heritage structures. Traditional manual methods for assessing timber integrity are often time-consuming, error-prone, and limited in challenging conditions. This project introduces a modern, automated solution leveraging machine learning and deep learning techniques.
- Two-Stage Detection Process:
- Stage 1: Timber surface segmentation using models like Detectron2.
- Stage 2: Knot detection with YOLOv8.
- Geometric Analysis: Realistic measurements from mobile phone sensors are integrated to estimate knot dimensions.
- Dataset Integration: Tests conducted on both labeled datasets and unseen collections ensure the system's reliability and adaptability.
- Accurate Documentation: Provide detailed analysis of timber surfaces to assist heritage conservation.
- Efficiency: Reduce time and errors associated with traditional methods.
- Accessibility: Implement a mobile application for conservators to streamline inspection and analysis.
Ongoing research aims to refine model accuracy and stability for diverse environmental conditions, ensuring a robust and reliable tool for the conservation community.
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Your Name - @JunquanPan - junqan_pan@163.com
Project Link: https://github.com/happy-panda-ops/xAI_Masterthesis_Pan