-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: remove default input_shape for LaneDetectionParser * feat: add input size extraction to ParserGenerator * feat: add automatic input_size detection to LaneDetectionParser * feat: add automatic input_size detection to YuNetParser * fix: BaseParser build method docstring * fix: naming of input_shape to input_size * fix: pre-commit * fix: YuNet multiple inputs error description * fix: typos * feat: add input_shape and layout to head_config and remove inputs_size from parser arguments * fix: pre-commit * fix: head_config model inputs nesting
- Loading branch information
Showing
5 changed files
with
76 additions
and
43 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
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
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
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
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