DawnC commited on
Commit
24ebc3f
·
verified ·
1 Parent(s): c0fe80d

Update video_processor.py

Browse files
Files changed (1) hide show
  1. 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