thanhnv2323 commited on
Commit
e6079a6
1 Parent(s): e3cf8ff

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -200,7 +200,7 @@ def detect_sample_model_origin(input_image: Image) -> pd.DataFrame:
200
  model=model_sample_model,
201
  input_image=input_image,
202
  save=False,
203
- image_size=480,
204
  augment=False,
205
  conf=0.5,
206
  )
 
200
  model=model_sample_model,
201
  input_image=input_image,
202
  save=False,
203
+ image_size=640,
204
  augment=False,
205
  conf=0.5,
206
  )