lucasjinreal / yolov7_d2

🔥🔥🔥🔥 (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥
GNU General Public License v3.0
3.13k stars 483 forks source link

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

Open anthonyweidai opened 9 months ago

anthonyweidai commented 9 months ago
  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.