This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add visualisation callback for image classification (#228)
* resolve bug * update * draft version of the image classification callback * move callback under base class * add crashing tests * add more tests * more tests * more tests * fix issues with files directory loading and add better error message * fix visualisation test * fix data outpye type * fix tests with from_paths * add matplotlib check import * improve tests on from_folders * add missing imports * fixed test_classification * implement all hooks * fix more tests * fix more tests * add matplotlib in reaquirements * remove useless test * implement function filtering to visualize * fix comments * add setter method to block windows to show with matplotlib * remove unused variable Co-authored-by: tchaton <[email protected]>
- Loading branch information
Showing
8 changed files
with
285 additions
and
79 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
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.