Skip to content

Commit

Permalink
Merge pull request #5 from CrossyChainsaw/VariableAccuracy
Browse files Browse the repository at this point in the history
Variable accuracy
  • Loading branch information
CrossyChainsaw authored Jun 26, 2024
2 parents bc8333d + c4002fa commit 871bbcf
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
TEMPLATE_IMG_PATH = open_image_dialog()
TEMPLATE_IMG = Image.open(TEMPLATE_IMG_PATH)
TEMPLATE_VIDEO = open_mp4_dialog()
MINIMUM_ACCURACY = 0.90
MINIMUM_ACCURACY = float(input("Enter MINIMUM_ACCURACY value (if you don't know what this is enter 0.90): ")) # 0.90 works decently
FRAME_SKIP = int(input("Enter FRAME_SKIP value (if you don't know what this is enter 210): ")) # 210 results in duplicates rarely
VIDEO_NAME = os.path.basename(TEMPLATE_VIDEO)
SAVE_LOC = f"./results/{VIDEO_NAME[:-4]}/"
Expand Down
File renamed without changes.
Binary file not shown.
Binary file added template image 1v1 ranked season 32e7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 871bbcf

Please sign in to comment.