Skip to content

Commit ee792ed

Browse files
committed
2 parents c10330a + 1a701b5 commit ee792ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yolov3/detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ def get_color_category(self, avg_rgb_values: list) -> str:
170170
min_distance = distance
171171
color_category = category
172172

173-
return color_category
173+
return color_category
174174

0 commit comments

Comments
 (0)