How to add Chinese display support for ds in ds7 container?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
2060
• DeepStream Version
deepstream 7
• JetPack Version (valid for Jetson only)
• TensorRT Version
with deepstream 7 docker inside
• NVIDIA GPU Driver Version (valid for GPU only)
535
• Issue Type( questions, new requirements, bugs)
qustion
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)

How to add Chinese display support for ds in ds7 container?

I have changed labels.txt to utf-8 Chinese and installed Chinese package as follows:

apt install language-pack-zh-hans -y
apt install fonts-wqy-microhei fonts-wqy-zenhei -y
update-locale LANG=zh_CN.UTF-8

I can display Chinese on the console, but not in the playback window of Deepstream-app.
What should I do?
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

It seems that there is no problem.

I used deepstream_test1_app.c to test and only modified the /opt/nvidia/deepstream/deepstream/samples/models/Primary_Detector/labels.txt file.

@junshengy I run this cmd & got this:
./deepstream-test1-app dstest1_config.yml

so ,Is there anything I did wrong?I use ds 7.0 in docker img

I did the same.After install the fonts file, It works fine for me.

thanks,I did it again and it worked. Thanks for your quick reply

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.