Open futureflsl opened 3 years ago
pytorch-yolov4 postprocess is in model,but darknet yolov4 weights postprocess is not in model,inference and postprocess are splited,so what can we do?
this yolov4 includes the postprocess. deepstream-yolov4 sample put the NMS is DS lib TRT-yolov4 sample includes NMS in the model
pytorch-yolov4 postprocess is in model,but darknet yolov4 weights postprocess is not in model,inference and postprocess are splited,so what can we do?