Hi,
I’m implementing a custom tensor preprocess function. Starting from the sample preprocess provided, I find it a bit hard to interpret the function names used in /nvdspreprocess_lib/nvdspreprocess_impl.cpp.
These functions mainly do some color conversion and image ordering, how would I guess what the function does given it name? (e.g.: NvDsPreProcessConvert_C3ToP3Float)
In other words, what do abbreviations like C3 and P3 refer to?
Thanks!