This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
bailulu
/
mindspore_yolo
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
修改
master
Zhiyong Wu
3 years ago
parent
27c19f09e7
commit
921cbc81e1
2 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
track.py
+1
-0
yolov5_flask.py
+ 2
- 1
track.py
View File
@@ -274,4 +274,5 @@ if __name__ == '__main__':
with torch.no_grad():
with torch.no_grad():
detect(args)
detect(args)
+ 1
- 0
yolov5_flask.py
View File
@@ -15,6 +15,7 @@ from utils.datasets import *
from utils.utils import *
from utils.utils import *
class Camera(BaseCamera):
class Camera(BaseCamera):
video_source = 'people.mp4'
video_source = 'people.mp4'
Write
Preview
Loading…
Cancel
Save