zhouyuchong / gst-nvinfer-custom

Custom gst-nvinfer for alignment in Deepstream
22 stars 12 forks source link

Is the original image preserved? #6

Closed tienluongngoc closed 3 months ago

tienluongngoc commented 1 year ago

Hi @zhouyuchong, thanks for nice project. But I wonder, Is the original image preserved? Thank you so much!

zhouyuchong commented 1 year ago

@tienluongngoc Nope, but you can find them here. The cropped is detection and whole_frame is the original frame. Both are cv::Mat format so you can simply save them using cv::imwrite.