饭桶菜鳥 (@birdfly)合作的程序员问我为什么只能检测5只手 中发帖

和其他公司合作,我负责提供yolo网络的后处理代码(纯c版本), 主要内容就是把网络后处理流程用c实现然后封装为一个共享库。 
前几天用的好好的,今天 跟我合作的人突然问我为什么我写的库最多只能检测5只手。
int yolo_hou_chu_li_ku_aaaaaa(... float threshold,
float nms_thresh,
int net_w,
int net_h,
int max_res_num, ...)

然后我问他 max_res_num 你填写了吗,然后他就不回我了,不会真被我猜到了吧,不看接口定义的吗