DanielSarmiento04 / yolov10cpp

Implementation of yolo v10 in c++ std 17 over opencv and onnxruntime
80 stars 11 forks source link

There is a typo in the README #1

Closed CloudsRL closed 6 months ago

CloudsRL commented 6 months ago

"The code use OpenCv 1.9.0_8" is mentioned in the README file, but I found in the tasks file of .vscode that it should actually be OpenCv4.9.0_8. My guess is that when you were typing, 4 and 1 were close, so you made a typo. Unfortunately, I am not proficient in using github, so I can only remind you in this way. Thank you very much for being able to implement yolov10 in C++ so quickly. This is of great significance to our graduate students.

DanielSarmiento04 commented 6 months ago

Sure, Thank you for your contribution and feedback, I will fix it, feel free to more comment