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
d9a7930e97
commit
21f856a3b9
3 changed files
with
6 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
scripts/get_coco.sh
+2
-1
templates/about.html
+2
-1
templates/index.html
+ 2
- 0
scripts/get_coco.sh
View File
@@ -20,3 +20,5 @@ for f in $f1 $f2 $f3; do
curl -L $url$f -o $f && unzip -q $f -d $d && rm $f & # download, unzip, remove in background
curl -L $url$f -o $f && unzip -q $f -d $d && rm $f & # download, unzip, remove in background
done
done
wait # finish background tasks
wait # finish background tasks
+ 2
- 1
templates/about.html
View File
@@ -5,4 +5,5 @@
<h2>Instructions</h2>
<h2>Instructions</h2>
<p>Add instructions here</p>
<p>Add instructions here</p>
{% endblock %}
{% endblock %}
+ 2
- 1
templates/index.html
View File
@@ -6,4 +6,5 @@
<h1>linjie</h1>
<h1>linjie</h1>
<img src="{{ url_for('video_feed') }}">
<img src="{{ url_for('video_feed') }}">
</body>
</body>
</html>
</html>
Write
Preview
Loading…
Cancel
Save