File size: 412 Bytes
06e370f
 
 
25cbb7a
 
 
 
 
 
1
2
3
4
5
6
7
8
9
---

license: mit
---


# s23dr-hoho-competition
The model is an improved version of the handcrafted solution.
The main components are 2D vertex and edge detection and depth estimation.
Edge detection consists of basic connected components analysis with additional checks for connection validity.
In this solution the pointcloud is used to estimate depth using the mean depth of n closest projected points.