I am using test5 app with yolov8. I have 10 classes in it. I want to change the bounding box color for all 10. I tried setting up “bbox-border-colorX” for all classes in the config. but it defaults to red. How can I change the color?
The parameter is just for deepstream-app. Could you attach your command?
the command to run the test 5 app?I combined occupancy app with test5 so it can use multiple message payloads types. rest all i kept same. the command I am using is “./ds-test5 -c config/app.txt”
Could you attach your config file app.txt
?
sure.
rigs_app.txt (2.4 KB)
You just set bbox-border-color0=1;0;0;1
in your config file. Could you try to set all the classes in your config file?
@yuweiw. yes I tried setting colors for all the lables. but It didn’t work
How do you set that? Could you attach your config file with all the lables set?
Below is the result I get with the command deepstream-app -c source2_1080p_dec_infer-resnet_demux_int8.txt
in the samples/configs/deepstream-app
dir.
sure. I can add my config. I did try changing the colors in config_infer file. but the changes were not reflected
rigs_app.txt (2.2 KB)
config_infer_primary_yoloV8.txt (596 Bytes)
As I attached before, just from the rgis_app.txt file, you still haven’t configured the parameters correctly.
Please set that as follows.
[primary-gie]
enable=1
gpu-id=0
batch-size=1
bbox-border-color0=1;0;0;1
bbox-border-color1=0;1;0;1
bbox-border-color2=0;0;1;1
nvbuf-memory-type=0
interval=0
config-file=yolo_rigs/config_infer_primary_yoloV8.txt
Hi There. Yes I tried with it, but It does not change the box color
Have you tried our demo I attached before? You can check the image I attached, it worked well.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.