-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add skip_resize for
model.predict
(#1605)
* first working version without test * add * add tests * move to _get_pipeline * fix * fix test * Way to fix bug with validation frequency (#1601) * Way to fix bug with validation frequency * Fixed test, the state of net was rewritten * Added validating the latest epoch and epochs from save_ckpt_epoch_list * Added one more testcase to check wether latest notdivisible epoch has valid in metrics * Following the SRP recommendation... * Which inference time exactly * Fixed incorrect keyword in writing function * Missing brackets around epoch+1 in valid run check function. * Final fixes hopefully :) * Fixed trainer to add scalars only in main process --------- Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com> * add images and update autopadding responsability * add example of visualization w/o resizing * add docstring * remove unwanted prints * add explicit auto_paddign --------- Co-authored-by: hakuryuu96 <marchenkophilip@gmail.com> Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com>
- Loading branch information
1 parent
f8686cd
commit a07f906
Showing
14 changed files
with
381 additions
and
69 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+428 KB
documentation/source/images/detection_example_beach_raw_image_prediction.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+420 KB
documentation/source/images/detection_example_beach_resized_predictions.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.