Last modified by annedevismes on 2021/06/08 11:56

From version 2.2
edited by puchades
on 2020/03/25 14:54
Change comment: There is no comment for this version
To version 1.6
edited by puchades
on 2020/03/25 14:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -11,12 +11,22 @@
11 11  
12 12  === Pixel classification workflow ===
13 13  
14 -For a quick introduction, watch: [[https:~~/~~/www.youtube.com/watch?v=5N0XYW9gRZY&feature=youtu.be>>url:https://www.youtube.com/watch?v=5N0XYW9gRZY&feature=youtu.be]]
15 15  
16 -=== Object classification workflow ===
15 +==== ====
17 17  
18 18  
19 -==== ====
18 +Photo by David Clode
20 20  
20 +==== Or code ====
21 21  
22 +Code blocks can be added by using the code macro:
23 +
24 +{{code language="python"}}
25 +x = 1
26 +if x == 1:
27 + # indented four spaces
28 + print("x is 1.")
29 +{{/code}}
30 +
31 +(% class="wikigeneratedid" id="HH4Won27tAppearinToC" %)
22 22