Dripto Saha

Results 11 comments of Dripto Saha

Hi, so I am also facing a similar problem regarding sending each bot response that I will receive in frontend. My conversation pattern is sequential, the reason is I have...

Hi @pierrot0, I tried on both my 1. local system and 2. Colab. I used the PARQUET format like u mentioned. Getting something like the following : ![colab_unet](https://github.com/user-attachments/assets/db212434-7dce-4fda-934e-b5b4b2bff6de) -------------------------- I...

Hi @AnisH1427, Please follow these steps below : If you are running on the local system 1. With cpu, keep the deafult (follow the steps as mentioned) 2. If you...

Hi @jotatx, this should run on 4050.... Please give a try on colab then once :) @SkalskiP any solution for this to run on the local system with 4050 gpu....

Hi @yeldarby, Let me give it a try with the Inference Pipeline. If its successful, I will close the issue. Thanks for the help 👍

Hi @SkalskiP, Yes actually its very slow. I am trying by resizing the frames and InferencePipeline like mentioned above. Will let you if it runs with a good fps. Thank...

Hi @Sapienscoding, you can continue with this .. I really did not get the time to continue this. I opened the issue after reading an article posted by pyimagesearch about...

Hi @Sapienscoding, you can follow the steps : ``` 1. pip install inference 2. pip install inference-gpu ( If you have an NVIDIA GPU, you can accelerate your inference with...

@LinasKo Actually I did not test the algorithm using threading, very sorry. I will try testing it. Till then I think let give @Sapienscoding a chance to try as he...