Spaces:
Running
on
Zero
Running
on
Zero
Update video_processor.py
Browse files- video_processor.py +2 -2
video_processor.py
CHANGED
@@ -222,8 +222,8 @@ class VideoProcessor:
|
|
222 |
else:
|
223 |
obj_id = next_object_id
|
224 |
next_object_id += 1
|
225 |
-
|
226 |
-
#
|
227 |
bright_colors = [
|
228 |
(0, 0, 255), # red
|
229 |
(0, 255, 0), # green
|
|
|
222 |
else:
|
223 |
obj_id = next_object_id
|
224 |
next_object_id += 1
|
225 |
+
|
226 |
+
# 使用更明顯的顏色
|
227 |
bright_colors = [
|
228 |
(0, 0, 255), # red
|
229 |
(0, 255, 0), # green
|