ruhyadi / YOLO3D

YOLO 3D Object Detection for Autonomous Driving Vehicle
https://ruhyadi.github.io/project/computer-vision/yolo3d
238 stars 41 forks source link

YOLOv7 Integration #20

Open j-coching opened 1 year ago

j-coching commented 1 year ago

Hi,

I checked your inference.py script and noticed the inclusion of a yolov5 .pt file for the 2D object detector weights. I wish to know if I can just plug in a weights file that was trained on the yolov7 architecture?

Many Thanks!