File size: 656 Bytes
d4d29f8
 
 
 
 
 
 
 
 
 
 
 
1fcfecd
 
e135556
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: mit
datasets:
- usm3d/hoho-train-set
---

# 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.

(THIS IS NOT THE WRITEUP)

See the notebooks for additional visuals

Commit messages are mostly identical to the ones in the evaluation submitions, so getting the best soulution is a matter of reverting to that commit