Open FFoCC opened 4 years ago
大佬,我对模型的输出值有点疑问。 detections = model.forward(images) 模型的输出detection是(1,10647,8),每一个8的前四个值是box的xywh,对吗?为什么这里的xywh会有负值呢?这个负值一点score很低会被过滤掉吗?
detections = model.forward(images)
PS: 如果是三类的话。
大佬,我对模型的输出值有点疑问。
detections = model.forward(images)
模型的输出detection是(1,10647,8),每一个8的前四个值是box的xywh,对吗?为什么这里的xywh会有负值呢?这个负值一点score很低会被过滤掉吗?