You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… PIL images (#353)
* ADD: Send images to engine / accept PIL images
* deduce import
* deduce import
* annotions modify
* lint /transformer/vision/utils.py
* change list/List to Sequence for mixed input of str and Image objs
* lint for sync_engine.py
* add: unit test of PIL Image input of clip_embed models;delete: multithreading
* fix: local img not found
* modify:avoid import error while TYPE_CHECKING and define type hint for PIL.Image.Image
* modify:avoid import error while TYPE_CHECKING and define type hint for PIL.Image.Image
* modify:avoid import error while TYPE_CHECKING and define type hint for PIL.Image.Image
* modify:avoid import error in TYPE_CHECKING phase for no PIL.Image installed users, and define type hint for PIL.Image.Image
* modify:avoid import error in TYPE_CHECKING phase for no PIL.Image installed users, and define type hint for PIL.Image.Image
* modify:avoid import error in TYPE_CHECKING phase for no PIL.Image installed users, and define type hint for PIL.Image.Image
* fix:tying error of ImageClassType;use existing img instead;Sequence to List
* fix:tying error of ImageClassType;use existing img instead;Sequence to List
* add: requests dependency for img fetching in test
* add: requests dependency for img fetching in test& poetry lock file
* add: requests dependency(include types-requests) for img fetching in test& poetry lock file
* add: add back run_tests_with_hook.sh
---------
Co-authored-by: wgao <857403106@qq.com>
Co-authored-by: 王高 <wanggao@wanggaodeMacBook-Pro.local>
Feature request
Instead of sending the URL
Breakdown:
Motivation
Currently you can send only URLS. Goal would be to have a efficent and maintainable (add a test) solution
Your contribution
Looking for contributors!
The text was updated successfully, but these errors were encountered: