-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pil image support. Configurable default wait. (#31)
* Adding PIL image support. * Fixup import error. Version bump. * Fixing PIL image support. Making DEFAULT_WAIT configurable in groundlight client. * Adding test on invalid image format, and fixing a PIL import bug there. * Adding Image.Image to supported input types in type hint. * Fixing import. Documenting RGB expectation. * Automatically reformatting code with black * Fixing incorrect documentation on our expected tensor dimensions for numpy image inputs. --------- Co-authored-by: Auto-format Bot <runner@fv-az365-486.rrd34hpwizlenh5trlchfhotwb.cx.internal.cloudapp.net>
- Loading branch information
1 parent
0e46619
commit 74872b7
Showing
6 changed files
with
115 additions
and
30 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