Skip to content

Commit 1a701b5

Browse files
authored
Merge pull request #33 from abhiramasonny/MarchEgg-patch-1
Update detection.py
2 parents b319068 + d02c454 commit 1a701b5

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)