-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable option for fixed size crops in get_image_features (#98)
* First pass at code for fixed size crops vs crop and resize * Fix error in X_padding * Fixed missing callto X_padded and y_padded * Fixed X_padded and y_padded * Add test for fixed crop mode in get_image_features * Adjusted norm flag so that zeroing out non label information only happens if the norm flag is true * Update deepcell_tracking/utils.py * Updating docstring for get_image_features
- Loading branch information
Showing
2 changed files
with
62 additions
and
13 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