From e0b0b2f976c61225a178c7715caf2656a1f6741f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 15 Dec 2018 21:32:51 +0100 Subject: moving stuff --- old/server/app/templates/display.html | 69 +++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 old/server/app/templates/display.html (limited to 'old/server/app/templates/display.html') diff --git a/old/server/app/templates/display.html b/old/server/app/templates/display.html new file mode 100644 index 00000000..f73a6ca5 --- /dev/null +++ b/old/server/app/templates/display.html @@ -0,0 +1,69 @@ +{%- extends "base.html" %} + +{% import "bootstrap/utils.html" as utils %} + +{% block content %} + + +
+ +
+

+

Result

+
+ +
+
+
+ +

Rendered result

+
+
+ +
+ +

Original image

+
+
+ +
+ +

Semantic segmentation

+
+ + + + +
+
+
+ Home +
+
+
+ + + + +{% block footer %} +{{super()}} +{% endblock footer %} + +{% endblock %} + -- cgit v1.2.3-70-g09d2