Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- usm3d/hoho-train-set
|
5 |
+
---
|
6 |
+
|
7 |
+
# s23dr-hoho-competition
|
8 |
+
The model is an improved version of the handcrafted solution.
|
9 |
+
The main components are 2D vertex and edge detection and depth estimation.
|
10 |
+
Edge detection consists of basic connected components analysis with additional checks for connection validity.
|
11 |
+
In this solution the pointcloud is used to estimate depth using the mean depth of n closest projected points.
|
12 |
+
|
13 |
+
(THIS IS NOT THE WRITEUP)
|