Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,19 +1,4 @@
|
|
1 |
-
#
|
2 |
|
3 |
-
This repo
|
4 |
-
We recommend to take a look at the [another example](https://huggingface.co/usm3d/handcrafted_baseline_submission),
|
5 |
-
which implement some primitive algorithm and provides useful I/O and visualization functions.
|
6 |
-
|
7 |
-
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.
|
8 |
-
|
9 |
-
|
10 |
-
The repo consistst of the following parts:
|
11 |
-
|
12 |
-
- `script.py` - the main file, which is run by the competition space. It should produce `submission.parquet` as the result of the run.
|
13 |
-
- `hoho.py` - the file for parsing the dataset at the inference time. Do NOT change it.
|
14 |
-
|
15 |
-
|
16 |
-
---
|
17 |
-
license: apache-2.0
|
18 |
-
---
|
19 |
|
|
|
1 |
+
# My Cool Submission
|
2 |
|
3 |
+
This repo contains a submission to the [S23DR Challeng](https://huggingface.co/spaces/usm3d/S23DR) (part of the [USM3D](https://usm3d.github.io/) workshop at CVPR2024). It was prepared by [jacklangerman](https://huggingface.co/jacklangerman).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|