kllis
kllis
### Checklist - [X] I have searched related issues but cannot get the expected help. - [ ] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but cannot get the expected...
### Contact Details [Optional] _No response_ ### System Information ZENML_LOCAL_VERSION: 0.54.1 ZENML_SERVER_VERSION: 0.54.1 ZENML_SERVER_DATABASE: mysql ZENML_SERVER_DEPLOYMENT_TYPE: other ZENML_CONFIG_DIR: /home/kllis/.config/zenml ZENML_LOCAL_STORE_DIR: /home/kllis/.config/zenml/local_stores ZENML_SERVER_URL: http://localhost:8080 ZENML_ACTIVE_REPOSITORY_ROOT: /home/kllis/font_recognition_mlops PYTHON_VERSION: 3.10.13 ENVIRONMENT: wsl SYSTEM_INFO:...
### Contact Details [Optional] [email protected] ### System Information ZENML_LOCAL_VERSION: 0.54.1 ZENML_SERVER_VERSION: 0.54.1 ZENML_SERVER_DATABASE: mysql ZENML_SERVER_DEPLOYMENT_TYPE: other ZENML_CONFIG_DIR: /home/kllis/.config/zenml ZENML_LOCAL_STORE_DIR: /home/kllis/.config/zenml/local_stores ZENML_SERVER_URL: http://localhost:8080/ ZENML_ACTIVE_REPOSITORY_ROOT: /home/kllis/font_recognition_mlops PYTHON_VERSION: 3.10.13 ENVIRONMENT: wsl SYSTEM_INFO: {'os':...
### Bug description I am testing the db_resnet50 on the given doctr/references/detection/evaluate_pytorch.py script. When I don't use "--rotation", the eval script is relatively fast (40s for FUNSD), but when I...
### Bug description When use `sar_resnet31` I am getting this error: `expected mat1 and mat2 to have the same dtype, but got: float != c10::Half`. But some other models (I...
### Bug description When I set the option assume_straight_pages=False, some of the predictions may be turned upside down. I tried db_resnet34, db_resnet50 and master, parseg. For each pair I observed...
**Description** I noticed that a model with several instances is slower than with one. I believe that this should not be the case, but throughput and latency indicators say the...
**Description** I run multiple model instances on the CPU (onnx backend). I'm confused about how to ensure parallelism in my Triton queries. On the one hand, the number of model...
I finished installing COLMAP and creating env with requirements. When i run ```python render_imgs_circle.py``` I have got CUDA exception. ``` /home/NIX/dronov/anaconda3/envs/plenoxel/lib/python3.8/site-packages/svox2/utils.py:39: UserWarning: CUDA extension svox2.csrc could not be loaded! Operations...
### Describe the bug When I upload PNG images (via Python client or Swagger UI) I get this error: ``` File "/home/dmytrodronov/miniconda3/envs/ocr2/lib/python3.10/site-packages/pydantic/main.py", line 503, in model_validate return cls.__pydantic_validator__.validate_python( File "/home/dmytrodronov/miniconda3/envs/ocr2/lib/python3.10/site-packages/_bentoml_sdk/validators.py",...