Emad AlOmari
Emad AlOmari
> https://github.com/marcoslucianops/DeepStream-Yolo#extract-metadata This would be the right way to do it. Adding a probe or playing around with NvDsObjectMeta element. My code above is a simple example to print out...
> Step 1: You can print that by adding the following lines to all_bbox_generated function in deepstream_app_main.c: > > ``` > float left = (float)obj->rect_params.left; > float top = (float)obj->rect_params.top;...
> You need to draw the line using the `display_meta`. Check about the `nvds_add_display_meta_to_frame` function in the NVIDIA forums. Can you show this in example?
@bongpigeon Now I have edited the files and I am getting the following without errors, but nothing happened: sudo CUDA_VER=10.2 make deepstream-app make: Nothing to be done for 'deepstream-app'. You...
I could compile the edited code without errors, but I can't see the changes.