comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Cleanup requirements parameters for algorithms #315

Closed silvandeleemput closed 3 years ago

silvandeleemput commented 3 years ago

Description

When initializing an algorithm template there are a lot of parameters that are currently required to fill out. However, these aren't used so they should be removed to simplify the project creation process.

Instead of the requirements, we still might want to support creating a default CUDA-enabled docker file if a flag called uses_gpu is set. But, this seems more like a feature for a separate issue.

What I Did

evalutils init algorithm ...