Reiase

Results 9 comments of Reiase

Hi, @yfq512. The data pipeline can be converted into a callback function. You can refer to the codes in the last section of our image search example: https://github.com/towhee-io/examples/blob/main/image/reverse_image_search/1_build_image_search_engine.ipynb

@junjiejiangjjj Do we support decoding video streams from HTTP addresses?

hello @yfq512, I suggest that you can use a generator as dc input, for example: ```python def read_ kafka(): """ read images from kafka """ while True: img = kafka.read()...

hi @yfq512, towhee can parallize the code and handle the exceptions for you. All you need to do is re-orginizing the code as a data processing pipeline: ```python from core...

@Chiiizzzy could you please post the detailed design instead of posting a link in this issue?

What is the expected behavior? I suggest that we have a detailed description of the API definition.

@junjiejiangjjj It seems that the engine hangs when using GPU and multiprocessing. can you take a look at this issue?

can we change the title of the issue to "guild to towhee ci/cd pipeline", or something like that?