WongKinYiu / YOLO

An MIT rewrite of YOLOv9
MIT License
532 stars 56 forks source link

Fix a typo and correct the directory path when auto downloading dataset #20

Closed SamWang0807 closed 4 months ago

SamWang0807 commented 4 months ago

In dataset_preparation.py, the path that stores the downloaded dataset should be under "final_path", instead of "extract_to". Also, import path of "custom_logger" function typo is fixed.

henrytsui000 commented 4 months ago

Hi Sam,

Thank you for your contributions! I've reviewed the changes and they look good to me. All tests are passing, which is great. I'll proceed with merging this PR.

Thanks again for your attention to detail and your efforts!

Best regards, Henry Tsui