-
Notifications
You must be signed in to change notification settings - Fork 755
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Adding test & train API to be used directly in code (#1138)
* [Feature] Adding test & train API This changes added capability for test & training to be directly invoked in code, e.g., inside a Jupyter notebook cell. The change also ensures the original command-line usage remains the same. * fix linting issue * [bug fix] fix polygon points ordering bug fix for 4-point polygon, sort the points in clock-wise order * revert changes for PR #1138 Co-authored-by: gaotongxiao <[email protected]>
- Loading branch information
1 parent
d70e1b6
commit b422ded
Showing
2 changed files
with
36 additions
and
10 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