yolov7_d2 icon indicating copy to clipboard operation
yolov7_d2 copied to clipboard

Correct YOLO yaml name, input variable in _Conv2d, and package import in boxes

Open anthonyweidai opened this issue 1 year ago • 0 comments

  1. Modify all names of yamls "Base-YoloV7.yaml" as "Base-YOLOv7.yaml".
  2. Variable 'x' is not defined. Change it to "input".
  3. Remove repeated and unused imported packages. Rearrange them for elegance.

anthonyweidai avatar Nov 18 '23 05:11 anthonyweidai