Open aguscas opened 9 months ago
Does this affect any demo? maybe the videos look different now if they were relying on the default argument
Does this affect any demo? maybe the videos look different now if they were relying on the default argument
I would argue that doing this make the demos even more consistent with the videos we show in their README. As you can see in the yolov7 demo when we use this function we use the default value, but in the video in the README there is no label. That is because the video was generated with the old drawing functions, and when we updated the drawing functions we forgot to pass the argument to not draw the labels.
The default value for
draw_labels
was not the same indraw_boxes
anddraw_points
. For consistency, I think it would be better to have the same default value