Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aimspot committed Nov 30, 2023
1 parent b83acfa commit 500affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ODRS/api/ODRS.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ODRS:
def __init__(self, job, data_path=None, classes="classes.txt",
img_size="256", batch_size="18", epochs="3",
model='yolov5l', gpu_count=1, select_gpu="0", config_path="dataset.yaml",
split_train_value=0.6, split_val_value=0.05,
split_train_value=0.6, split_val_value=0.30,
gpu=True, speed=2, accuracy=10):
self.job = job.lower()
self.data_path = data_path
Expand Down

0 comments on commit 500affa

Please sign in to comment.