THU-MIG / yolov10

YOLOv10: Real-Time End-to-End Object Detection
https://arxiv.org/abs/2405.14458
GNU Affero General Public License v3.0
8k stars 662 forks source link

add seaborn in requirements.txt (#254) #310

Open qwerty200696 opened 5 days ago

qwerty200696 commented 5 days ago

In some cases, failing/cannot to execute pip install -e . can lead to the seaborn package being missing. Therefore, when installing from requirements, it is necessary to explicitly prompt for the installation of seaborn. The specific version number referenced is from the yolov9 project as well as the pyproject.toml file.