- 28 Nov, 2019 10 commits
-
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
Experience environment improvement See merge request !113
-
- 15 Nov, 2019 7 commits
-
-
The selection can be done for both remote and local development.
-
Now the user has the choice to configure a remote or docker environment. This allows for local testing and then select a suitable environment for the platform.
-
-
-
-
André Anjos authored
Update license to GPL Closes #250 See merge request !115
-
Samuel GAIST authored
-
- 14 Nov, 2019 1 commit
-
-
Samuel GAIST authored
See bob.devtools#44 and bob.devtools!127
-
- 22 Oct, 2019 1 commit
-
-
Samuel GAIST authored
[docedit] removed Biometrics Evaluation from BEAT definition See merge request !114
-
- 18 Oct, 2019 1 commit
-
-
Zohreh MOSTAANI authored
-
- 04 Oct, 2019 20 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This content is not valid in the sense that it's mostly empty.
-
Samuel GAIST authored
The names are now less confusing with regard to their usage.
-
Samuel GAIST authored
Empty as in minimal "{}" Algorithm are a special case since without api version an additional question is asked therefore the test provides that in the JSON
-
Samuel GAIST authored
Empty as in "{}"
-
Samuel GAIST authored
Empty as in "{}"
-
Samuel GAIST authored
Empty as in "{}"
-
Samuel GAIST authored
Empty as in "{}"
-
Samuel GAIST authored
Empty as in "{}"
-
Samuel GAIST authored
Empty as in "{}"
-
Samuel GAIST authored
This allows to write tests more easily.
-
Samuel GAIST authored
This will allow loading of unfinished experiments. The editor tab will show an icon when dealing with invalid asset content.
-
Samuel GAIST authored
This also start the implementation for support "wrong" experiments as in not yet fully configured. It also now does updating of the IO mapping when selecting a new algorithm.
-
Samuel GAIST authored
This will allow to have a more accurate list of assets to choose from.
-
Samuel GAIST authored
This makes the tests better separated.
-
Samuel GAIST authored
The prototype while conceptually valid doesn't contain valid plotter. This commit fixes that by selecting a valid Plotter automatically. Related to #244
-
Samuel GAIST authored
The prototype while conceptually valid doesn't contain valid data. This commit fixes that by selecting a valid Dataformat automatically. Fixes #244
-
Samuel GAIST authored
This implementation auto-fiels the experiment content whith whatever it can find matches input/outputs in number. It currently doesn't check for compatibility. Part of #185