Manvikk commited on
Commit
5515589
·
verified ·
1 Parent(s): cf637a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def process_image(job_id, image_path, object_type, multiplier):
157
  equalized = cv2.equalizeHist(gray)
158
 
159
  # Use the DICT_6X6_250 dictionary; ensure your marker is generated with this dictionary.
160
- aruco_dict = cv2.aruco.Dictionary_get(cv2.aruco.DICT_6X6_250)
161
  parameters = cv2.aruco.DetectorParameters_create()
162
  # Optionally tweak parameters if needed:
163
  parameters.adaptiveThreshWinSizeMax = 400
 
157
  equalized = cv2.equalizeHist(gray)
158
 
159
  # Use the DICT_6X6_250 dictionary; ensure your marker is generated with this dictionary.
160
+ aruco_dict = cv2.aruco.Dictionary_get(cv2.aruco.DICT_6X6_50)
161
  parameters = cv2.aruco.DetectorParameters_create()
162
  # Optionally tweak parameters if needed:
163
  parameters.adaptiveThreshWinSizeMax = 400