I’m running the example code on debian GNU/ Linux 11.
with the following python command:
sudo python3 yolov8.py --model_path …/model/yolov8.rkknn --img_show
The image is process with correct object detection, but I’m getting the following warning:
Gtk-WARNING **: 21:23:18.534: Locales not supported by C Library.
Using the fallback ‘C’ locale
–img_save doesn’t prompt a warning though.
Any idea what correct locales value I need to use to correct this warnning?