OWOD/dev
Joseph 73d7a85f88 Detectron2 2020-09-29 05:47:18 +05:30
..
packaging Detectron2 2020-09-29 05:47:18 +05:30
README.md Detectron2 2020-09-29 05:47:18 +05:30
linter.sh Detectron2 2020-09-29 05:47:18 +05:30
parse_results.sh Detectron2 2020-09-29 05:47:18 +05:30
run_inference_tests.sh Detectron2 2020-09-29 05:47:18 +05:30
run_instant_tests.sh Detectron2 2020-09-29 05:47:18 +05:30

README.md

Some scripts for developers to use, include:

  • linter.sh: lint the codebase before commit.
  • run_{inference,instant}_tests.sh: run inference/training for a few iterations. Note that these tests require 2 GPUs.
  • parse_results.sh: parse results from a log file.