2026-02-26 07:14:17 +00:00
2026-02-26 07:14:17 +00:00
2026-02-26 07:14:17 +00:00
2026-02-27 16:19:52 +01:00
2026-02-27 16:19:52 +01:00
2026-02-26 17:58:39 +01:00

KSG AOI image anomaly detection

pdm-managed Ruff

General

Lib structure by Susanne

  • configs:
    • config.py: reduced version of original config to work as a small test example
    • config_for_test.py: special parameters for test environment, minimal working example
  • main program:
    • main.py: loads GUI and background worker to observe changes in folder directory
  • GUI:
    • window_manager.py
    • gui_ai_on_off.py
  • Logic:
    • monitor.py: worker logic to observe changes in the relevant folders
      • function monitor_folder
    • preparation.py: main logic to process data class Preparation, namely:
      • copy (backup) of found data to this app's saving directory (config.py -- STORING_PATH)
        • method copy_ngt_and_checkimg
      • colourisation of images (only the first) (yellow)
        • method change_image_to_yellow
      • fuse the different RGB layers to one image and save it
        • method create_rgb_images_and_patches
Description
anomaly detection of AOI pictures
Readme 339 KiB
Languages
Python 99.2%
PowerShell 0.8%