upgrading scripts and training
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user