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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,4 +10,6 @@ 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)
 
 
 
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)
14
+
15
+ Commit messages are mostly identical to the ones in the evaluation submitions