bongpigeon
bongpigeon
if I use the python-apps, can I use YOLOv8 which is in your github repo?
can you tell me more specific? I'm using yolov8 for detection and you're saying I can use deepstream-test-1 in my jetson board?
do i need to use python-app? Is there anyway I can just edit some parts of your repo?
plus if you see the deepstream-test files, you can see deepstream_test_app.c files in each sample apps. How does this repo work without deepstream_test_app.c files?
static GstPadProbeReturn osd_sink_pad_buffer_probe (GstPad * pad, GstPadProbeInfo * info, gpointer u_data) { GstBuffer *buf = (GstBuffer *) info->data; guint num_rects = 0; NvDsObjectMeta *obj_meta = NULL; guint vehicle_count = 0;...
hello I'm curious about this too. Do you know where the deepstream_app.c file is?
So I'm trying to display the objects that are counted, but I can't display it so I tried to edit the deepstream_app_main.c code but nothing happended. Do you know how...