Skip to content

Commit 6f732c3

Browse files
author
Joseph Franck
committed
add script desc
1 parent c351a80 commit 6f732c3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/test_panel_bounds.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""This script processes images in a specified input folder, detects panel bounding boxes using the `extract_panel_bounds` function, and saves the
2+
results with bounding boxes drawn in an output folder.
3+
The script is designed to handle images from supported sensors and can process multiple images organized in sub-folders.
4+
"""
5+
16
import argparse
27
import os
38

0 commit comments

Comments
 (0)