Skip to content

rz0012/Plant-domain-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Plant-domain-classification

A classification approach to classify plant domains

Here is an approach to classify plant domains such as tree, branches, and leaves. there are two versions that I have implemented. They are utilizing Keras and Pytorch libraries.

In keras version, it is utilizing efficientNet and resNet50 models. In pytorch version, it is utilizing resNet34 model.