File size: 785 Bytes
2267ec1
 
 
 
 
 
 
 
 
5245d42
2267ec1
 
 
 
 
5245d42
2267ec1
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Handcrafted solution example for the S23DR competition

This repo provides an example of a simple algorithm to reconstruct wireframe and submit to S23DR competition.


The repo consistst of the following parts:

- `script.py` - the main file, which is run by the competition space. It should produce `submission.parquet` as the result of the run.
- `hoho.py` - the file for parsing the dataset at the inference time. Do NOT change it.
- `feature_solution.py` - contains the implementation of ours method
- other `*.py` files - helper i/o and visualization utilities
- `packages/` - the directory to put python wheels for the custom packages you want to install and use. 

## Solution description

The solution is based on 2D features and line matching.

---
license: apache-2.0
---