## 检测和识别 1. 检测和识别 ```shell script CUDA_VISIBLE_DEVICES=0 --det_path "" --rec_path "" --img_path "" ``` 2.模型运行时间分析 ```shell script CUDA_VISIBLE_DEVICES=0 --det_path "" --rec_path "" --img_path "" -time_profile ``` 3.模型运行内存分析 ```shell script CUDA_VISIBLE_DEVICES=0 --det_path "" --rec_path "" --img_path "" -mem_profile ```