File size: 847 Bytes
b4bc845 8a647a7 b4bc845 8a647a7 b4bc845 8a647a7 b4bc845 8a647a7 b4bc845 ac0c4b0 b4bc845 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# Empty solution example for the S23DR competition
## Prerequisites
*You must install hoho tools before running this script*
```bash
pip install git+http://hf.co/usm3d/tools.git
```
This repo provides a minimalistic example of a valid, but empty submission to S23DR competition.
We recommend you also take a look at [this example](https://huggingface.co/usm3d/handcrafted_baseline_submission),
which implements some primitive algorithms and provides useful I/O and visualization functions.
The goal of this example is to show minimal code which succeeds at reading the dataset and producing a
solution (in this case two vertices at the origin connected by an edge of zero length).
`script.py` is the main file. It is run by the competition space. It should produce `submission.parquet` as the result of the run.
---
license: apache-2.0
---
|