mirror of
https://github.com/NanjingForestryUniversity/supermachine--tomato-passion_fruit.git
synced 2025-11-09 06:44:02 +00:00
fix:修复在20240627test4中的classifier.py的analyze_tomato函数中white_defect的函数忘记传递两个阈值量的错误;修复analyze_tomato函数中的叶片实例分割存在的问题,解决由于变量污染引起的分割错误;
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
# add these requirements in your app on top of the existing ones
|
|
pip==23.3
|
|
Flask==2.3.2
|
|
gunicorn==22.0.0
|
|
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
|