File size: 888 Bytes
5081776
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d2cee1a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: apache-2.0
---
# Handcrafted solution example for the S23DR competition

This repo provides a minimalistic example of a wireframe estimation submission to S23DR competition.
We recommend you take a look at [this example](https://github.com/s23dr/hoho2025/blob/main/hoho2025/example_solutions.py), for detailed code of this submission. It also provides useful I/O and visualization functions.

This example seeks to simply provide minimal code which succeeds at reading the dataset and producing a solution (in this case two vertices at the origin and edge of zero length connecting them).

`script.py` - is the main file which is run by the competition space. It should produce `submission.parquet` as the result of the run. Please see the additional comments in the `script.py` file. 


# How to submit

Use the notebook [example_notebook.ipynb](example_notebook.ipynb)