formatting

This commit is contained in:
freddyaboulton
2024-09-26 12:42:58 -04:00
parent 9e0d3f5bbf
commit 4d184eabe7
3 changed files with 98 additions and 383 deletions

View File

@@ -28,9 +28,6 @@ else:
rtc_configuration = None
rtc_configuration = None
def detection(image, conf_threshold=0.3):
image = cv2.resize(image, (model.input_width, model.input_height))
new_image = model.detect_objects(image, conf_threshold)

File diff suppressed because one or more lines are too long