Tamilselvan K

Results 21 comments of Tamilselvan K

@NielsRogge ..tried all again face same issue

How to pass the cell coordinates into paddle ocr and get the csv output ? @abielr

> Traceback (most recent call last): File "E:\SOFT\GFPGAN\GFPGAN\inference_gfpgan.py", line 7, in from basicsr.utils import imwrite File "C:\Users\MKN\anaconda3\Lib\site-packages\basicsr__init__.py", line 4, in from .data import * File "C:\Users\MKN\anaconda3\Lib\site-packages\basicsr\data__init__.py", line 22, in _dataset_modules...

hi @mattt here is my predict.py file ```python from PIL import Image from rembg import remove, new_session import tempfile from cog import BasePredictor, Input, Path from pathlib import Path class...

cog version : 0.8.6 python : 3.10 os : ubuntu 22

> @tzktz Thanks for sharing that. Cog is crashing around the code where it's handling prediction output. I think the problem is that your predictor is returning a `str` instead...

@alesuae uninstall cog and reinstall it..it will works fine

> try using: `pip install opencv-python` and then running bash again it's again fails...

> This error is difficult to locate. You can reinstall paddlepaddle and try again. i have tried a lot...bt no effect same error.. @cuicheng01

> Try changing to the official docker image? build: gpu: false python_version: "3.8" system_packages: - "ffmpeg" - "libsm6" - "libxext6" - "libgl1-mesa-glx" - "poppler-utils" python_packages: - torch - torchvision -...