Skip to content

Commit

Permalink
Update rect_class_score.h (#1825)
Browse files Browse the repository at this point in the history
fixed typo for class label for OVEN - 'over' should be 'oven'
  • Loading branch information
LukeAI authored and gbiggs committed Mar 19, 2019
1 parent cd674eb commit b4a010f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ template<typename _Tp> class RectClassScore
case Yolo3::KEYBOARD: return "keyboard";
case Yolo3::CELL_PHONE: return "cellphone";
case Yolo3::MICROWAVE: return "microwave";
case Yolo3::OVEN: return "over";
case Yolo3::OVEN: return "oven";
case Yolo3::TOASTER: return "toaster";
case Yolo3::SINK: return "sink";
case Yolo3::REFRIGERATOR: return "refrigerator";
Expand Down

0 comments on commit b4a010f

Please sign in to comment.