Siromanec commited on
Commit
d4d29f8
1 Parent(s): dd68072

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -1,9 +1,13 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- # s23dr-hoho-competition
6
- The model is an improved version of the handcrafted solution.
7
- The main components are 2D vertex and edge detection and depth estimation.
8
- Edge detection consists of basic connected components analysis with additional checks for connection validity.
9
- In this solution the pointcloud is used to estimate depth using the mean depth of n closest projected points.
 
 
 
 
 
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)