monkeycc

Results 218 issues of monkeycc

![微信截图_20241224154158](https://github.com/user-attachments/assets/5617ce42-db3d-4873-aa82-b9b2c1be68fc) Two pictures Crop the rectangular frame of image A to produce the product B picture needs to identify similar products and frame them

********************************************* 温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度 ********************************************* ## 环境 - 【FastDeploy版本】: develop 20250422 - 【编译命令】 ``` set ENABLE_ORT_BACKEND=OFF set ENABLE_PADDLE_BACKEND=OFF set ENABLE_OPENVINO_BACKEND=OFF set ENABLE_VISION=ON set ENABLE_TEXT=ON set ENABLE_TRT_BACKEND=Off set WITH_GPU=ON set CUDA_DIRECTORY=C:\Program Files\NVIDIA GPU...

我只需要REC模型 OCR的REC模型,能用RCNN的吗 比如rec_r50_fpn_srn 这边只有PP-OCR 使用报错 ``` [INFO] fastdeploy/runtime/backends/paddle/paddle_backend.cc(29)::fastdeploy::PaddleBackend::BuildOption Will inference_precision float32 [INFO] fastdeploy/runtime/runtime.cc(286)::fastdeploy::Runtime::CreatePaddleBackend Runtime initialized with Backend::PDINFER in Device::GPU. [ERROR] fastdeploy/runtime/backends/paddle/paddle_backend.cc(392)::fastdeploy::PaddleBackend::Infer [PaddleBackend] Size of inputs(1) should keep same with the...

PP-OCRv4,什么时候增加

不使用Docker 这个框架就搭建不了?

paddlepaddle-gpu 3.1.0 paddlex 3.2.0 Python 3.11.13 ```python from paddlex import create_model model = create_model(model_name="whisper_large",model_dir=r"I:/AI/PaddleX/yin/whisper_large") output = model.predict(input=r"I:\AI\PaddleX\yin\zh.wav", batch_size=1) for res in output: res.print() ``` ``` Adding to the vocabulary Adding...

Automatic AI annotation function, it is recommended to add ultralytics models to the entire series ultralytics https://github.com/ultralytics/ultralytics ``` Detect Segment Classify Pose OBB ```

python3.12 augraphy 8.2.6 ```python from augraphy import * import cv2 import numpy as np ink_phase = [InkShifter] paper_phase = [VoronoiTessellation(p=1)] post_phase = [GlitchEffect] pipeline = AugraphyPipeline(ink_phase=ink_phase, paper_phase=paper_phase, post_phase=post_phase) image =...