一些运行指令_无用草稿

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

你可能感兴趣的:(深度学习)