towhee
towhee copied to clipboard
Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
Signed-off-by: junjie.jiang
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is your feature request related to a problem? Please describe. 通关查看相关例子,发现图像、视频提取特征的输入基本都是path,但我的实际场景很多输入都是图像、视频的url,但我又不想落盘下载到本地,请问towhee支持输入url或者下载的二进制数据么? ### Describe...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I use pipeline found another issue, when the python program works...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior https://github.com/towhee-io/towhee/runs/7720888625?check_suite_focus=true When running codecov workflow in our own GPU machine, we...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When i run ```python import towhee towhee.glob['path']('./alan_turing.jpeg') \ .image_decode['path', 'img']() \...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior run resNet50 for vector ### Expected Behavior finish run ### Steps...
### Background and Motivation _No response_ ### Design We might need to modify following class's `__repr__` and `__iter__` function: - DataFrame - Entity - ChunkedTable - WritableTable ### Expected results:...