Created
February 17, 2020 21:14
-
-
Save curiousily/3997b61613c7865b653c3819454cb07f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evaluator = COCOEvaluator("faces_val", cfg, False, output_dir="./output/") | |
val_loader = build_detection_test_loader(cfg, "faces_val") | |
inference_on_dataset(trainer.model, val_loader, evaluator) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment