Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,23 +12,28 @@ Submission Format
|
|
| 12 |
|
| 13 |
Users must submit their code in a .zip file format. The zip file should include:
|
| 14 |
|
| 15 |
-
-A main.py Python file that contains a function named evaluate
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
-A user_reqs.txt file listing all dependencies
|
| 18 |
Main Python File Requirements
|
| 19 |
|
| 20 |
-
-The file must be named main.py
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
-
|
| 23 |
|
| 24 |
-
-
|
| 25 |
|
| 26 |
-
-The function should process the dataset and return an array with a length of eight of 0s or 1s, indicating whether a sector is labelled inside or outside.
|
| 27 |
Requirements File
|
| 28 |
|
| 29 |
-
-The user_reqs.txt file must include all necessary dependencies required to run the submitted code.
|
|
|
|
| 30 |
Dataset
|
| 31 |
|
| 32 |
-
-There is a dataset available to download here: https://huggingface.co/datasets/IndoorOutdoor/train_data/tree/main
|
|
|
|
|
|
|
| 33 |
|
| 34 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 12 |
|
| 13 |
Users must submit their code in a .zip file format. The zip file should include:
|
| 14 |
|
| 15 |
+
-A main.py Python file that contains a function named evaluate
|
| 16 |
+
|
| 17 |
+
-A user_reqs.txt file listing all dependencies
|
| 18 |
|
|
|
|
| 19 |
Main Python File Requirements
|
| 20 |
|
| 21 |
+
-The file must be named main.py
|
| 22 |
+
|
| 23 |
+
-The main Python script must contain a function named evaluate.
|
| 24 |
|
| 25 |
+
-This function should accept a single parameter: filepath, which represents the file path to the dataset.
|
| 26 |
|
| 27 |
+
-The function should process the dataset and return an array with a length of eight of 0s or 1s, indicating whether a sector is labelled inside or outside.
|
| 28 |
|
|
|
|
| 29 |
Requirements File
|
| 30 |
|
| 31 |
+
-The user_reqs.txt file must include all necessary dependencies required to run the submitted code.
|
| 32 |
+
|
| 33 |
Dataset
|
| 34 |
|
| 35 |
+
-There is a dataset available to download here: https://huggingface.co/datasets/IndoorOutdoor/train_data/tree/main
|
| 36 |
+
|
| 37 |
+
|
| 38 |
|
| 39 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|