Add json detection creation for codalab check
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
@@ -260,7 +260,7 @@ void CenternetDetection::preprocess(cv::Mat &frame){
|
||||
#endif
|
||||
}
|
||||
|
||||
void CenternetDetection::postprocess(){
|
||||
void CenternetDetection::postprocess(const bool mAP){
|
||||
dnnType *rt_out[4];
|
||||
rt_out[0] = (dnnType *)netRT->buffersRT[1];
|
||||
rt_out[1] = (dnnType *)netRT->buffersRT[2];
|
||||
|
||||
Reference in New Issue
Block a user