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
4c671bc563
commit
3fbb00f2b2
2 changed files
with
2 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
scripts/get_coco.sh
+1
-3
templates/about.html
+ 1
- 0
scripts/get_coco.sh
View File
@@ -20,3 +20,4 @@ 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
+ 1
- 3
templates/about.html
View File
@@ -5,6 +5,4 @@
<h2>Instructions</h2>
<h2>Instructions</h2>
<p>Add instructions here</p>
<p>Add instructions here</p>
{% endblock %}
{% endblock %}
Write
Preview
Loading…
Cancel
Save