Skip to content

Commit

Permalink
upload images
Browse files Browse the repository at this point in the history
  • Loading branch information
SD3004 committed May 6, 2022
1 parent 67a4a08 commit f54fcc6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
File renamed without changes
File renamed without changes
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ More information about algorithm container and submission can be found [here](ht
2. [Overview of the project structure](#overview)
3. [Requirements for Grand Challenge submission (input/output)](#requirements)
4. [Build, test and export your algorithm container](#container)
4. [Tips and general advice](#advice)
5. [Contacts](#contact)
6. [Acknowledgements](#acknowledgments)
5. [Tips and general advice](#advice)
6. [Grand Challenge Submissions](#submission)

6.1. [Algorithm Container](#algo)

6.2. [Evaluation Container](#eval)
7. [Contacts](#contact)
8. [Acknowledgements](#acknowledgments)


## 1. Prerequisites <a name="prerequisites"></a>
Expand Down Expand Up @@ -95,19 +100,34 @@ Finally, once your algorithm container is working, you can export it as a .tar f
bash export.sh
```

## 4. Tips and general advice <a name="advice"></a>
## 5. Tips and general advice <a name="advice"></a>

To remove all unused docker images you can use

```
docker image prune -y
```

## 4. Contacts <a name="contacts"></a>
## 6. Grand Challenge Submissions <a name="container"></a>

Submission for the challenge have to uploaded on [SLCN Challenge Website](https://slcn.grand-challenge.org/).

The submissions on grand-challenge work throught the use of Docker containers. As a participant, you will have to create and upload an *Algorithm Container* in order to submit a solution.

### 6.1 Algorithm Container <a name="algo"></a>

![algo_title](https://raw.githubusercontent.com/{metrics-lab}/{SLCN_challenge}/{main}/.github/images/{challenge1}.{png}
)



### 6.2 Evaluation Container <a name="eval"></a>

## 7. Contacts <a name="contacts"></a>

Please email [email protected] if you have any questions on slcn submissions, or open an issue.

## 5. Acknowledgements <a name="acknowledgements"></a>
## 8. Acknowledgements <a name="acknowledgements"></a>

The repository is greatly inspired from [MIDOG_reference_docker](https://github.com/DeepPathology/MIDOG_reference_docker).

Expand Down

0 comments on commit f54fcc6

Please sign in to comment.