[tests] Add CI jobs to check all scripts outside of the core codebase #429
Closed
Description
As of now, the CI runs unittests, the analyze script. However there are a bunch of other things that would need testing:
- package unittests
- API template
- browser demo (chore: Added CI jobs to check evaluate, collect_env & demo #456)
- reference training scripts (chore: Added CI jobs to check classification training #457, chore: Added CI job to check recognition training #469, refactor: Refactored detection set and adds CI check #491)
- scripts
-
analyze.py
(chore: Ensured either TF or PT is installed and enabled #315, chore: Fixed trigger of script testing job #351, fix: Fixed PyTorch tensor cropping and extended script support #458) -
collect_env.py
(chore: Added CI jobs to check evaluate, collect_env & demo #456) -
evaluate.py
(chore: Added CI jobs to check evaluate, collect_env & demo #456, fix: Fixed PyTorch tensor cropping and extended script support #458)
-