WinKawaks commited on
Commit
9e7d341
·
verified ·
1 Parent(s): 7c37c34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -5,6 +5,25 @@ colorFrom: yellow
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ license: apache-2.0
9
  ---
10
 
11
+ <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
12
+ <p class="lg:col-span-3">
13
+ The <b>ultimate vision</b> for SketchX is to understand <b>how seeing can be explained by drawing</b>. In other words, how better understanding of human sketch data can be translated to insights on how human visual systems operate, and in turn how such insights can benefit computer vision and cognitive science at large.
14
+ <br>
15
+ <br>
16
+ SketchX has been actively investigating all aspects of sketch research since 2012. Problems we study range from conventional tasks such as sketch recognition and sketch synthesis, to those pioneered within, e.g., fine-grained sketch-based image retrieval and memory-aware forensic sketch analysis.
17
+ <br>
18
+ <br>
19
+ SketchX has established itself as a world-leading research lab on human sketch analytics, and continues to publish sketch-specific papers in top venues. It had enjoyed many achievements both academically including a Best Science Paper Award at BMVC’15, and commercially including collaborations with law enforcements, and on-line retailers.
20
+ </p>
21
+ <a href="https://sketchx.eecs.qmul.ac.uk/" class="block overflow-hidden group">
22
+ <div
23
+ class="w-full h-16 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
24
+ >
25
+ <img alt="" src="https://sketchx.eecs.qmul.ac.uk/wp-content/uploads/sites/27/2019/03/cropped-cropped-logo_v6.jpg" class="w-100" />
26
+ </div>
27
+ <div class="underline">SketchX website</div>
28
+ </a>
29
+ </div>