Shell提取文件夹中的文件名 @(Shell) 解释见注释即可。 123456789 dir="./img"for f in "$dir"/*; do echo "$f" # 调用Python脚本 python classify_image.py --image_file "$f"done 赞微海报分享
近期评论