This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request
#291
from dora-rs/fix-yolov5-dependency-issue
Fix yolov5 dependency issue
tags/v0.2.3
Haixuan Xavier Tao
GitHub
3 years ago
parent
dabc6742b1
e359b70b6e
commit
2744799637
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
examples/python-dataflow/requirements.txt
+2
-1
examples/python-operator-dataflow/requirements.txt
+ 1
- 0
examples/python-dataflow/requirements.txt
View File
@@ -2,6 +2,7 @@
# Usage: pip install -r requirements.txt
# Base ----------------------------------------
ultralytics
gitpython
ipython # interactive notebook
matplotlib>=3.2.2
+ 2
- 1
examples/python-operator-dataflow/requirements.txt
View File
@@ -2,6 +2,7 @@
# Usage: pip install -r requirements.txt
# Base ----------------------------------------
ultralytics
matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.1
@@ -43,4 +44,4 @@ thop>=0.1.1 # FLOPs computation
# roboflow
opencv-python>=4.1.1
pyarrow
pyarrow
Write
Preview
Loading…
Cancel
Save