upgrading scripts and training

This commit is contained in:
2026-07-15 15:07:39 -06:00
parent 1da8de9f95
commit 3e2c0d52bd
851 changed files with 1039 additions and 2571 deletions
-5
View File
@@ -12,9 +12,6 @@ OUTPUT_DIRECTORY = "dataset_v4"
FRAMES_TO_EXTRACT = 20 # Number of random anchor frames to find targets
SCALE_FACTOR = 0.5 # Resize video to 1/2 size for easier viewing
# Define the EXACT size of the bounding box around your click point
BOX_WIDTH = 64
BOX_HEIGHT = 64
# Defined classification options (YOLO maps these to IDs: 0, 1, 2, 3...)
CLASSIFICATION_OPTIONS = [
@@ -26,8 +23,6 @@ CLASSIFICATION_OPTIONS = [
]
# ---------------------
# Label_v4_with_undo.py
# ---------------------
def get_dataset_counts():
"""Counts the number of existing bounding boxes by parsing YOLO text files."""