Siromanec commited on
Commit
25cbb7a
1 Parent(s): 52a0400
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
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.