一些运行指令_无用草稿

2024-02-06 03:44
文章标签 运行 指令 无用 草稿

本文主要是介绍一些运行指令_无用草稿,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

nvidia-smi

/data1/xyj/datasets/suzhou/images/ocr_en_422k
/data1/xyj/datasets/suzhou/images/ocr_zh_230920_381k

start_time = time.time()
print(“\nloading_time:{: .2f}s\n”.format(time.time() - start_time))
start_time = time.time()
print(“\nconsume_time:{: .2f}s\n”.format( time.time() - start_time))

/data1/xyj/datasets/en_test/

/data1/xyj/datasets/zh_test/

CUDA_VISIBLE_DEVICES=1 python chat_qwen_en.py
CUDA_VISIBLE_DEVICES=1 python inference.py

deepsolo

python demo/demo.py --config-file configs/ViTAEv2_S/TotalText/finetune_150k_tt_mlt_13_15_textocr.yaml --input /data1/xyj/datasets/suzhou/images/ocr_en_422k --output output --opts MODEL.WEIGHTS work_dirs/tt_vitaev2-s_finetune_synth-tt-mlt-13-15-textocr.pth

python chat_qwen_en.py

python app_deepsolo.py --config-file /data1/xyj/DeepSolo-main/configs/ViTAEv2_S/TotalText/finetune_150k_tt_mlt_13_15_textocr.yaml --input /data1/xyj/datasets/en_test

python demo/app_deepsolo.py --config-file configs/ViTAEv2_S/TotalText/finetune_150k_tt_mlt_13_15_textocr.yaml

python demo/app_deepsolo.py --input /data1/xyj/datasets/en_test

python demo/app_deepsolo.py --input /data1/xyj/datasets/en_test

python demo/demo.py --config-file configs/ViTAEv2_S/ReCTS/finetune.yaml --input /data1/xyj/datasets/suzhou/images/ocr_zh_230920_381k --output output --opts MODEL.WEIGHTS work_dirs/rects_vitaev2-s_finetune.pth
CUDA_VISIBLE_DEVICES=2 python demo/demo.py --config-file configs/R_50/ReCTS/finetune.yaml --input /data1/xyj/datasets/suzhou/images/ocr_zh_230920_381k --output output --opts MODEL.WEIGHTS work_dirs/rects_res50_finetune.pth
CUDA_VISIBLE_DEVICES=2 python demo/demo.py --config-file configs/ViTAEv2_S/TotalText/finetune_150k_tt_mlt_13_15_textocr.yaml --input /data1/xyj/datasets/zh_test --output output --opts MODEL.WEIGHTS work_dirs/tt_vitaev2-s_finetune_synth-tt-mlt-13-15-textocr.pth

CUDA_VISIBLE_DEVICES=2 python demo/demo.py --config-file configs/R_50/ReCTS/finetune.yaml --input /data1/xyj/datasets/zh_test --output output --opts MODEL.WEIGHTS work_dirs/rects_res50_finetune.pth

这篇关于一些运行指令_无用草稿的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/683038

相关文章

这15个Vue指令,让你的项目开发爽到爆

1. V-Hotkey 仓库地址: github.com/Dafrok/v-ho… Demo: 戳这里 https://dafrok.github.io/v-hotkey 安装: npm install --save v-hotkey 这个指令可以给组件绑定一个或多个快捷键。你想要通过按下 Escape 键后隐藏某个组件,按住 Control 和回车键再显示它吗?小菜一碟: <template

如何用Docker运行Django项目

本章教程,介绍如何用Docker创建一个Django,并运行能够访问。 一、拉取镜像 这里我们使用python3.11版本的docker镜像 docker pull python:3.11 二、运行容器 这里我们将容器内部的8080端口,映射到宿主机的80端口上。 docker run -itd --name python311 -p

跨系统环境下LabVIEW程序稳定运行

在LabVIEW开发中,不同电脑的配置和操作系统(如Win11与Win7)可能对程序的稳定运行产生影响。为了确保程序在不同平台上都能正常且稳定运行,需要从兼容性、驱动、以及性能优化等多个方面入手。本文将详细介绍如何在不同系统环境下,使LabVIEW开发的程序保持稳定运行的有效策略。 LabVIEW版本兼容性 LabVIEW各版本对不同操作系统的支持存在差异。因此,在开发程序时,尽量使用

工作常用指令与快捷键

Git提交代码 git fetch  git add .  git commit -m “desc”  git pull  git push Git查看当前分支 git symbolic-ref --short -q HEAD Git创建新的分支并切换 git checkout -b XXXXXXXXXXXXXX git push origin XXXXXXXXXXXXXX

如何在运行时修改serialVersionUID

优质博文:IT-BLOG-CN 问题 我正在使用第三方库连接到外部系统,一切运行正常,但突然出现序列化错误 java.io.InvalidClassException: com.essbase.api.base.EssException; local class incompatible: stream classdesc serialVersionUID = 90314637791991

Android中如何实现adb向应用发送特定指令并接收返回

1 ADB发送命令给应用 1.1 发送自定义广播给系统或应用 adb shell am broadcast 是 Android Debug Bridge (ADB) 中用于向 Android 系统发送广播的命令。通过这个命令,开发者可以发送自定义广播给系统或应用,触发应用中的广播接收器(BroadcastReceiver)。广播机制是 Android 的一种组件通信方式,应用可以监听广播来执行

win7+ii7+tomcat7运行javaWeb开发的程序

转载请注明出处:陈科肇 1.前提准备: 操作系统:windows 7 旗舰版   x64 JDK:jdk1.7.0_79_x64(安装目录:D:\JAVA\jdk1.7.0_79_x64) tomcat:32-bit64-bit Windows Service Installer(安装目录:D:\0tomcat7SerV) tomcat-connectors:tomcat-connect

php 7之PhpStorm + Nginx + Xdebug运行调试

操作环境: windows PHP 7.1.10 PhpStorm-2017.2.4 Xdebug 2.5.4 Xdebug helper 1.6.1 nginx-1.12.2 注意查看端口占用情况 netstat -ano //查看所以端口netstat -aon|findstr "80" //查看指定端口占用情况 比如80端口查询情况 TCP 0.0.0.0:8

多数据源的事务处理总是打印很多无用的log日志

之前做了一个项目,需要用到多数据源以及事务处理,在使用事务处理,服务器总是打印很多关于事务处理的log日志(com.atomikos.logging.Slf4jLogger),但是我们根本不会用到这些log日志,反而使得查询一些有用的log日志变得困难。那要如何屏蔽这些log日志呢? 之前的项目是提高项目打印log日志的级别,后来觉得这样治标不治本。 现在有一个更好的方法: 我使用的是log

mysql中导入txt文件数据的操作指令

1 表tt的格式:    CREATE TABLE `tt` (   `ind` int NOT NULL auto_increment,   `name` char(100) default NULL,   PRIMARY KEY  (`ind`)  )   2 文件d.txt的内容示例:  1,a  2,b  3,c