-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/sg 815 fix override dataset params (#1092)
* Fix dataset interpolation issue * Added makefile to ease running tests locally * Fix bug in unpacking batch that may have more than two elements * Fix bug in unpacking batch that may have more than two elements * Add more coverage for unit tests to try cuda & cpu devices since test was failing for some reason on linux machine, but not on windows * Exclude crowd in metrics tests since our ref values are excluding them * Fix test * Fix test * Fix test * Fix test * Added ensure_is_tuple_of_two to allow override input_dim=512 * Added test case to check whether we can handle transforms * Fixed case when passing manually instantiated transforms * Fix type of input_dim in preprocessing params. It is now tuple, not list
- Loading branch information
Showing
10 changed files
with
191 additions
and
81 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
unit_tests: | ||
python -m unittest tests/deci_core_unit_test_suite_runner.py | ||
|
||
integration_tests: | ||
python -m unittest tests/deci_core_integration_test_suite_runner.py | ||
|
||
yolo_nas_integration_tests: | ||
python -m unittest tests/integration_tests/yolo_nas_integration_test.py |
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
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.