Results 60 comments of shiyu22

Welcome to contribute :) Feel free to contact me if you have any questions, or join [slack](https://join.slack.com/t/towheeio/shared_invite/zt-19xhoo736-PhIYh~hwOBsDSy5ZvGWJxA) in the **development** channel to discuss.

Hi @harivamsi9, any progress to share? One thing is that there is a [simple notebook](https://github.com/towhee-io/examples/blob/tutorial/image/image_animation/anime_style_transformer.ipynb) about anime-style transformers you can refer to.

Towhee support `batch` interface to run the data in batch, you can refer to [this](https://towhee.readthedocs.io/en/main/data_collection/mixins.html#towhee.functional.mixins.DataProcessingMixin.batch). Is this interface what you want? BTW, if you want to processing batch images, you...

Hi @suforme, can you run with curl command, such as `curl -X POST "http://0.0.0.0:8000/search" --data-binary @test/lion/n02129165_13728.JPEG -H 'Content-Type: image/jpeg'`? BTW, you can try the [latest notebook](https://github.com/towhee-io/examples/blob/main/image/reverse_image_search/2_deep_dive_image_search.ipynb) and run with Body...

Hi @wbc110460 , which version of towhee are you using? I think it required towhee>=0.7.

> > Hi @wbc110460 , which version of towhee are you using? I think it required towhee>=0.7. > > but in this url:https://codelabs.towhee.io/build-a-reverse-image-search-engine-in-minutes/index#3 I can't find the func read_images :...

I can reproduce it, instead of random, it shows error when I define a function for the first time and then change it: ```python import towhee img_path = 'my_img.png' def...

There is a [PR](https://github.com/triton-inference-server/client/pull/92) to solve the VersionConflict, maybe we can use it.

Hi @selected-pixel-jameson, I think > Maybe you are right, it shows the warning. Is there any doc about this assuming, can you share it?

> I set this up on my Mac Mini that has an intel based processor and it works 100% better! Search responses are still taking 600ms to respond so that's...