youngjae-you
youngjae-you
My deepstream is 6.0.1, above patch file soloved problem if your environment are 6.1, can you test it without patch file?
@rjhowell44 If preproc needs to update the file below at interval > 0 I think you can use it if you need it ```txt --- gstnvinfer.cpp 2022-07-28 10:17:33.675674321 +0900 +++...
I should make a habit of creating a patch file from the file root :(
There is no error when retval testing is performed ```python def xwindow_key_event_handler(key_string, client_data): global MAX_SOURCE_COUNT, cur_source_count print('key released = ', key_string) if key_string.upper() == 'P': dsl_pipeline_pause('pipeline') elif key_string.upper() == 'R':...
1. So it doesn't matter if there are multiple pgies and trackers in one pipeline (multiple branch)? 2. `But until then, you will nee to use two separate overlay sinks,...
@rjhowell44 Did you commit it?
Oh, and can you put the `class agostic option` as a constructor parameter? Depending on the class agostic option, user will decide whether to make num_labels 1 or existing num_labels
In summary, nms and nmm are all post-processing processes related to bbox The nms is already in nvinfer, but the reason I implemented them separately is to flexibly add class...
The code structure for refactoring is so clean that it looks good. Thank you!
I'm off vacation, too. I'll test it as soon as I can