本文主要是介绍一些运行指令_无用草稿,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
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
这篇关于一些运行指令_无用草稿的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!