基于FGVC-Aircraft的开源图像分类算法和网站
时间: 2024-05-17 16:19:09 浏览: 274
针对FGVC-Aircraft数据集的图像分类算法有很多,其中一些开源的算法可以在GitHub上找到,例如:
1. [PyTorch implementation of FGVC-Aircraft classification](https://github.com/bearpaw/pytorch-classification/tree/master/models/aircraft)
2. [Keras implementation of FGVC-Aircraft classification](https://github.com/Divkix/FGVC-Aircraft-2013/tree/master/keras)
3. [TensorFlow implementation of FGVC-Aircraft classification](https://github.com/ArnoCandel/aircraft-classification)
这些算法的具体实现可能会有所不同,但是它们都是基于FGVC-Aircraft数据集进行训练和测试的。
在网站方面,也有一些开源的FGVC-Aircraft图像分类应用可以参考,例如:
1. [Aircraft Recognition](https://github.com/leondgarse/aircraft-recognition) - 一个基于Django框架的网站,使用PyTorch实现了FGVC-Aircraft的图像分类功能。
2. [FGVC-Aircraft Classification Web App](https://github.com/ravijayaraman/FGVC-Aircraft-Classification-Web-App) - 一个基于Flask框架的网站,使用Keras实现了FGVC-Aircraft的图像分类功能。
这些网站的代码和实现细节也可能会有所不同,但是它们都提供了一个基于浏览器的图像分类应用,用户可以上传一张飞机的图片,获取该图片所属的飞机类型。
阅读全文