File size: 855 Bytes
b4bc845
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ac0c4b0
 
 
b4bc845
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Empty solution example for the S23DR competition

This repo provides a minimalistic example of a valid, but empty submission to S23DR competition.
We recommend to take a look at the [another example](https://huggingface.co/usm3d/handcrafted_baseline_submission),
which implement some primitive algorithm and provides useful I/O and visualization functions.

This one, though, containt the minimal code, which succeeds at reading the dataset and producing a solution, which consists of two vertices at the origin and edge of zero length connecting them.


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.


---
license: apache-2.0
---