Results 13 comments of shaojun

Ok, i may get some misunderstanding. As you suggested, for keep the ability to recognize all classes in this repo's default detectNet sample ( default model trainned on MS COCO)...

@terry-xiaoyu so using the rule engineer for such a counting purpose would be a huge performance hit, by even optimize the called webservice, correct? since we may have 10k messages...

seeing this issue very frequenly happen in windows WSL2 + Vscode

@brimoor thanks. my dataset contains varies of resolution images with _(width, height)_: _(1024, 720)_, _(800, 600)_, _(400, 300)_ and etc, I want resize them all to a fixed resolution of...

so looking forward to support the file name renaming when upload files at creating task, current behave makes multiple tasks project almost un-workable as different tasks created from users have...

I run into NoBrokersAvailble Error intermittently without a pattern. The connection continues to fail for a moment once NoBrokersAvailable occurs. At the mean time, other python clients (over 100) with...

@mariokostelac i'm using this to detect if output was based from a tool: ``` def ask(self, input: str): output = self.agent_executor.invoke({"input": input}) output_from_tool_name = None if output['intermediate_steps'] != None and...

@sahi1422 no, but I personally suggest to use yolov5 as I see most of user have went through smoothly on that.

> Hi @shaojun are you installing Gradio on multiple replicas? Or can you tell us more about how this Gradio app is deployed? I just run with vscode debug as...

I do install the gradio by pip though i am using miniconda. My ubuntu has a http and https proxy set, not sure it's related or not.