Git Product home page Git Product logo

forestpictaker's Introduction

forest-Pic-Taker2

Introduction

ForestPicTaker is a Pyside6 application for using random forests segmentation algorithm (from scikit-learn). :evergreen_tree: :deciduous_tree:

The project is still in pre-release, so do not hesitate to send your recommendations or the bugs you encountered!

weka

GUI for random forests image segmentation

Principle

This concept is based on this tutorial: https://scikit-image.org/docs/stable/auto_examples/segmentation/plot_trainable_segmentation.html We decided to add a simple graphical user interface for making the labelling process easier!

Step 1: Importing an image

Simply choose an image from your HDD

Step 2: Add classes

Add one or several classes and give them names. Note that the random-forest based segmentation approach uses local features based on local intensity, edges and textures at different scales. It is not a semantic-based approach!

Step 3: Label image

With the rectangular, or the simple 'brush' tool, you can label the image with the defined classes. When the labelling is finished, simply click on the 'tree' icon to get a result!

weka-2

Result of the segmentation process

Upcoming key features:

  • Choosing segmentation parameters
  • Export/import models
  • Processing batch of imges:
    • batch can then be used as input for photogrammetry reconstructions
  • Integrated WebODM support

Installation instructions

  1. Clone the repository:
git clone https://github.com/s-du/ForestPicTaker
  1. Navigate to the app directory:
cd ForestPicTaker
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the app:
python main.py

User manual

(coming soon)

Contributing

Contributions to the IRMapper App are welcome! If you find any bugs, have suggestions for new features, or would like to contribute enhancements, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make the necessary changes and commit them.
  4. Push your changes to your fork.
  5. Submit a pull request describing your changes.

Acknowledgements

This project was made possible thanks to subsidies from the Brussels Capital Region, via Innoviris. Feel free to use or modify the code, in which case you can cite Buildwise and the Pointify project!

TO DO

  • Add other segmentation algorithm (eg. Segment anything)
  • Add integrated photogrammetric reconstruction for batch of images (with associated point cloud segmentation based on image segmentation)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.