首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏AI智韵

    OCR 通用端到端模型GOT,迈向OCR2.0的新时代

    Google Drive 百度云 密码: OCR2 演示 普通文本OCR: python3 GOT/demo/run_ocr_2.0.py --model-name /GOT_weights/ --image-file image/file.png --type ocr 格式文本OCR: python3 GOT/demo/run_ocr_2.0.py --model-name /GOT_weights/ --image-file image/file.png --type format 细粒度OCR: python3 GOT/demo/run_ocr_2.0.py --model-name /GOT_weights/ --image-file type format/ocr --box [x1,y1,x2,y2] python3 GOT/demo/run_ocr_2.0.py --model-name /GOT_weights/ --image-file --color red/green/blue 多裁剪OCR: python3 GOT/demo/run_ocr_2.0_crop.py --model-name /GOT_weights/ --image-file

    97610编辑于 2024-10-22
  • 来自专栏MySQL解决方案工程师

    MySQL的备份工具——MySQL企业版备份

    mysqlbackup -uuser -ppassword --backup_dir=temp-backup-dir --backup-image=image-file backup-to-image 校验备份文件: mysqlbackup --backup-image=image-file validate 校验备份文件夹 mysqlbackup --backup-dir=backup-directory =image-file copy-back-and-apply-log 当使用“copy-back”命令时,“mysqlbackup”将复制数据文件、日志及其他的备份文件至其原来的位置,在恢复过程中,“ backup-dir-to-image 列出单一文件的内容: mysqlbackup --backup-image=image-file list-image 从单一文件中抽取文件: mysqlbackup --backup-image=image-file --src-entry=file-to-extract --dst-entry=file-to-extract extract “--src-entry

    1.8K10编辑于 2024-03-12
  • 来自专栏飞鸟的专栏

    openstack安装文档

    可以使用以下命令上传和删除镜像:glance image-create --name <image-name> --disk-format qcow2 --container-format bare <image-file >glance image-delete <image-id>其中,image-name指定镜像的名称,image-file指定镜像文件的路径,image-id指定要删除的镜像的ID。

    1.5K11编辑于 2023-03-28
  • 来自专栏若城技术专栏

    【linux命令讲解大全】102.文件系统工具与虚拟机挂载工具介绍

    在Ubuntu中安装vdfuse,打开终端,输入: sudo apt-get install virtualbox-fuse 语法 vdfuse [options] -f image-file mountpoint

    31810编辑于 2024-03-02
  • 来自专栏大飞的部落阁

    mm-wiki开源干净的文档系统

    ajax上传 var forms = new FormData(document.forms[0]); //Filename forms.append(classPrefix + "image-file

    6.3K42编辑于 2022-06-17
  • 来自专栏码客

    知识库系统搭建

    ajax上传 var forms = new FormData(document.forms[0]); //Filename forms.append(classPrefix + "image-file

    58310编辑于 2024-03-29
  • 来自专栏韦东山嵌入式

    DshanMCU-R128s2 SDK 架构与目录结构

    # 打包输出的临时文件与最终镜像文件 │ └── r128s2 │ └── pro └── tools # 用于存放打包相关的脚本、工具 ├── image-file

    61010编辑于 2023-12-23
  • 来自专栏NLP/KG

    大规模语言LLaVA:多模态GPT-4智能助手,融合语言与视觉,满足用户复杂需求

    python -m llava.serve.cli \ --model-path liuhaotian/llava-v1.5-7b \ --image-file "https://llava-vl.github.io

    3.3K20编辑于 2023-10-18
  • 来自专栏信数据得永生

    TensorFlow 2 和 Keras 高级深度学习:11~13

    可以通过执行以下操作获得图像上的对象检测: python3 ssd-11.6.1.py –-restore-weights=<weights_file> --image-file=<target_image_file jpg上运行对象检测: python3 ssd-11.6.1.py --restore-weights=ResNet56v2-4layer-extra_anchors-drinks-200.h5 --image-file

    2K10编辑于 2023-04-26
领券