yolov7_d2
yolov7_d2 copied to clipboard
Correct YOLO yaml name, input variable in _Conv2d, and package import in boxes
- Modify all names of yamls "Base-YoloV7.yaml" as "Base-YOLOv7.yaml".
- Variable 'x' is not defined. Change it to "input".
- Remove repeated and unused imported packages. Rearrange them for elegance.