Image_Classifier:此项目使用经过训练的模型对图像进行分类 源码
图像分类器 这是一个预测和分类图像的命令行应用程序。 它是使用PyTorch库构建的。 安装 克隆这个github仓库并安装所有来自requirements.txt python库 在Python终端中运行以下代码 pip install -r requirements.txt $ git clone https://github.com/github/Image_Classifier.git $ cd ImageClassifier 用法 predict.py需要多个参数才能运行。 以下示例演示如何从命令行手动运行它。 python train.py --data_dir flo
下载地址
用户评论