增加跟踪的一些逻辑代码
This commit is contained in:
@ -7,8 +7,9 @@ pydantic~=1.9.0 # pydantic
|
||||
email-validator==1.1.3
|
||||
PyJWT~=2.3.0
|
||||
python-multipart==0.0.5
|
||||
redis~=4.1.4
|
||||
redis==4.1.4
|
||||
SQLAlchemy~=2.0.34
|
||||
cryptography==44.0.2
|
||||
uvicorn~=0.17.5
|
||||
uvicorn[standard]
|
||||
loguru~=0.6.0
|
||||
@ -18,10 +19,10 @@ pymysql==1.0.2
|
||||
pynvml==12.0.0
|
||||
requests-toolbelt==1.0.0
|
||||
python-socketio == 5.12.1
|
||||
setuptools==75.8.0
|
||||
|
||||
|
||||
# YOLOV5 ----------------------------------------------------------------------
|
||||
# BASE ------------------------------------------------------------------------
|
||||
gitpython>=3.1.30
|
||||
matplotlib==3.7.0
|
||||
numpy==1.24.0 # cuda版本的numpy需要降一下版本
|
||||
@ -35,7 +36,5 @@ thop>=0.1.1 # FLOPs computation
|
||||
# torchvision==0.21.0+cu124 # 本地安装
|
||||
tqdm>=4.66.3
|
||||
ultralytics==8.3.75 # https://ultralytics.com
|
||||
|
||||
# Plotting --------------------------------------------------------------------
|
||||
pandas==2.2.3
|
||||
seaborn==0.11.2 # 对应的这个依赖也需要降
|
||||
seaborn==0.11.2 # 对应的这个依赖也需要降
|
||||
|
Reference in New Issue
Block a user