Skip to content

This project demonstrates an approach of transfer learning which can achieve crop images recognition. In our case, we employed three types of pre-trained model. They are ResNet50, VGG16 and MobileNet respectively.

Notifications You must be signed in to change notification settings

jimmg35/CropImageReconition_TL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CropImageReconition_TL

This project demonstrates an approach of transfer learning which can achieve crop images recognition. In our case, we employed three types of pre-trained model. They are ResNet50, VGG16 and MobileNet respectively. The objective of this project is to find out the most suitable pre-trained model for this scenario, judging from their performance on testing set.

Objective

The dataset includes four types of crop image which are Rice, Banana tree, Green onion and Sugarcane, and we anticipated to achieve image recognition using Deep Learning. Besides, we decided to employ a common strategy known as Transfer Learning.

Implementation

Source code are stored in script folder, and experiment record is stored on log folder.

About

This project demonstrates an approach of transfer learning which can achieve crop images recognition. In our case, we employed three types of pre-trained model. They are ResNet50, VGG16 and MobileNet respectively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages