Merge branch 'main' of https://huggingface.co/spaces/CVPR/time into main
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Time
|
3 |
-
emoji:
|
4 |
colorFrom: green
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
@@ -11,3 +11,12 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Time
|
3 |
+
emoji: ⏰
|
4 |
colorFrom: green
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
This is the demo for It's About Time: Analog Clock Reading in the Wild
|
16 |
+
Charig Yang, Weidi Xie, Andrew Zisserman
|
17 |
+
CVPR 2022
|
18 |
+
|
19 |
+
Project page: https://www.robots.ox.ac.uk/~vgg/research/time/
|
20 |
+
Video: https://www.youtube.com/watch?v=6pYOi92XsGQ
|
21 |
+
|
22 |
+
Note the model takes in cropped image (i.e. we don't run object detector on here).
|