Qaiser Abbas
Qaiser Abbas
"Image too big to run face detection on GPU". I think this issue is due to the high quality input image. The model was trained on low quality data as...
@larawehbe there are multiple tools available online. You can try any tools such as [freeconvert](https://www.freeconvert.com/video-compressor) etc
@nikhiltree I am facing same issue while working with EC2 (Ubuntu). The code works fine for Windows but I am not able to read video from URL in EC2. Any...
hey @ashankv I downloaded the video and then use MoviePy for further processing. I used pythons's **wget** module to temporarily download video on server and then do processing. In my...
@missionfission https://github.com/Zulko/moviepy/issues/1993#issuecomment-1678688684
hi @geonm thank you for the available model list. `# available models: 'facebook/nllb-200-distilled-600M', 'facebook/nllb-200-1.3B', 'facebook/nllb-200-distilled-1.3B', 'facebook/nllb-200-3.3B'` Can you please where did you get this information? I mean names of these...
@JohnMasoner Thanks for the help. I think I was not loading the model and I was trying to convert the file.
@hasan-araav Rename your Python file from "parrot.py" to something else. As the library name is also parrot so Python Interpreter is throwing circular import error.
@snow00726 make sure you have installed the library. From the error message, it seems that there could be a version mismatch error. Try to uninstall and install it again in...
@snow00726 Do not install from the PyPI, I guess that could be the error. For a fresh install please 1. Create a new virtual environment 2. activate it 3. and...