sadimoodi

Results 8 issues of sadimoodi

Hello, I am facing very low accuracy in both recognition models (ArcFace and MobileFace), no matter how i play with the input params (such as Rec_thresh), i am not getting...

Hello @AminHP , why is the low bound of balance, equity and features is -np.inf? see code: ``` self.observation_space = spaces.Dict({ 'balance': spaces.Box(low=-np.inf, high=np.inf, shape=(1,)), 'equity': spaces.Box(low=-np.inf, high=np.inf, shape=(1,)), 'margin':...

Hello @AminHP , I noticed that you are using a constant leverage of 100 during the construction of the MtSimulator object, as you know leverage could be variant on the...

Hello, I have tired your detectron2 example on my video and i got very bad results, tracking is lost when even a minor occlusion happens, tried different detectron2 models but...

help wanted

Hello, i replaced the rtsp string with my string, i am sure that my camera works fine. started the server, then requested localhost:6064/keep_alive (returns null), when going to localhost:6064 the...

hello, I am trying to run the docker on my windows 11 with RTX 4090, i used the following command (no image for 4090) `docker run --gpus all --shm-size 64G...

I am getting this error below when running .py files that contain the following code: ``` from pipecat.processors.frameworks.rtvi import ( RTVIConfig, RTVIProcessor, RTVIServiceConfig, RTVIServiceOptionConfig) rtai = RTVIProcessor(transport=transport) ``` , it...

Hello, Thank you very much for the winderful library. I am reading [this ](https://docs.pipecat.ai/deployment/pattern) example from your Docs but the code is not running because you are using: `daily_rest_helper =...