-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactorring skeleton of SetCriterion (#125)
* Fix type annotation of anchor_grids * Copy BalancedPositiveNegativeSampler and Matcher from torchvision * Add FeatureExtractor hooks * Add unittest for hooks_utils.py * Cleanup unittest * Fixing unittest for criterion * Fixing lint * Add jit tracing unittest for criterion * Disable jit tracing unittest for criterion * Add unittest for BalancedPositiveNegativeSampler * Cleanup BoxCoder * Move targets to the front of head_outputs * Make SetCriterion Callable * Fixing unittest for SetCriterion * Remove assign_targets_to_anchors * Refactorring skeleton of SetCriterion * Fixing jit * Port test_engine.py to pytest and skip trainer.fit in unittest * Move docs to vanilla YOLO
- Loading branch information
Showing
11 changed files
with
589 additions
and
526 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.