find pwd
/cat/ -type f -exec echo {} \; > temp.txt 生成文件的路径名
sed “s/$/ 0/” temp.txt > file_list.txt 加入标签
caffe入门(2) 训练自己的图片
最新推荐文章于 2025-09-03 19:26:54 发布

find pwd
/cat/ -type f -exec echo {} \; > temp.txt 生成文件的路径名
sed “s/$/ 0/” temp.txt > file_list.txt 加入标签