-
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.
Workaround on YOLOTransform to support fixed size input (#109)
* Make target in self.resize truly Optional * Simplify using the Python3 idiom * Cherrypicking from the upstream * Support fixed size in self.transform * [BC] Switch to the parameter size in YOLOModule * Turn down the coco128 mAP in unit-test * Update notebooks
- Loading branch information
Showing
7 changed files
with
178 additions
and
139 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.