YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
283 stars 39 forks source link

what's the differences between output and output_ori? #25

Closed YilanWang closed 1 year ago

YilanWang commented 1 year ago

I read the sorce codes and find the yolo head return output and output_ori. What's the differences between output and output_ori? thanks a lot~

YuHengsss commented 1 year ago

The output_ori is the original prediction of base detector YOLOX and the output is the refined prediction of our video object detector.