fjenett commited on
Commit
78762a8
1 Parent(s): 8a86a4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -7,4 +7,23 @@ sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # Arc Adjacency Matrix based Fast Ellipse Detection [*](https://github.com/Li-Zhaoxi/AAMED)
11
+
12
+ For implementation details on the algorithm, please see the original [paper](https://arxiv.org/abs/1810.03243) and [code](https://github.com/Li-Zhaoxi/AAMED).
13
+
14
+ This space runs on free CPU and does not need a GPU.
15
+
16
+ # References
17
+
18
+ This is a space running the code from [here](https://github.com/Li-Zhaoxi/AAMED) as Docker image. Arxiv link: https://arxiv.org/abs/1810.03243
19
+
20
+ ```
21
+ @misc{lu2019arcsupport,
22
+ title={Arc-support Line Segments Revisited: An Efficient and High-quality Ellipse Detection},
23
+ author={Changsheng Lu and Siyu Xia and Ming Shao and Yun Fu},
24
+ year={2019},
25
+ eprint={1810.03243},
26
+ archivePrefix={arXiv},
27
+ primaryClass={cs.CV}
28
+ }
29
+ ```