davidjaw / Domain-adaptation-object-detection-with-YOLOv8

GNU Affero General Public License v3.0
10 stars 2 forks source link

Support for more Python versions and add support for more yolo versions in YOLOv8 #5

Open SkyCol opened 3 months ago

SkyCol commented 3 months ago

Add YOLO-DA.py modifications (1) : Removed unsupported declarations in Python version below 3.10. modifications (2) : line 113-115, support for yolov8n, yolov8m were added. In the future, they may be inplemented better.