Browse Source

修改

master
Zhiyong Wu 3 years ago
parent
commit
21f856a3b9
3 changed files with 6 additions and 2 deletions
  1. +2
    -0
      scripts/get_coco.sh
  2. +2
    -1
      templates/about.html
  3. +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
done
wait # finish background tasks



+ 2
- 1
templates/about.html View File

@@ -5,4 +5,5 @@
<h2>Instructions</h2>
<p>Add instructions here</p>

{% endblock %}
{% endblock %}


+ 2
- 1
templates/index.html View File

@@ -6,4 +6,5 @@
<h1>linjie</h1>
<img src="{{ url_for('video_feed') }}">
</body>
</html>
</html>


Loading…
Cancel
Save