Skip to content

Commit

Permalink
test, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Pierce committed Jan 14, 2025
1 parent 56c7efb commit b67bb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_yolo_tiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def progress_callback(progress: TileProgress):
print(f"Processing {progress.current_image_name} in {progress.current_set_name} set: "
f"Image {progress.current_image_idx}/{progress.total_images}")

src = "./tests/detection_tiled"
dst = "./tests/detection_tiled_tiled"
src = "./tests/detection"
dst = "./tests/detection_tiled"

config = TileConfig(
slice_wh=(320, 240), # Slice width and height
Expand Down

0 comments on commit b67bb98

Please sign in to comment.