Skip to content

This is a classification project. The target class name is tree species in a multispecies forest. The input is RGB images collected by a drone.

License

Notifications You must be signed in to change notification settings

linwang9926/classification-multispecies-forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Tree species classification in a multispecies forest using machine learning and deep learning

This is a classification project (Early Detection of Encroaching Woody Juniperus virginiana and Its Classification in Multi-Species Forest Using UAS Imagery and Semantic Segmentation Algorithms).

  • The model target class name is tree species in a multispecies forest. Four classes in total: redcedar, pine, defoliation, and others.
  • The model input is RGB images collected by a drone.
  • Four models in this study: decision tree, random forest, AlexNet, and ResNet.
  • Original images and label can be downloaded from Dryad dataset.

The picture in below is one example image with patches of the four classes in this study: (a) is an example raw image collected from the drone; (b) is a sample patch of redcedar class; (c) is a sample patch of defoliation class; (d) is a sample patch of pine class; and (e–g) are example patches of others class. Each patch was the input of the AlexNet and ResNet in this study with size of 227 × 227 × 3 or 224 × 224 × 3. The target of the models was the class for the center pixel.

Overall performance of the four semantic segmentation algorithms on multi-species forest classification from drone images in their original spatial resolution (0.694 cm).

Visualization of examples of multi-species forest classification results with drone images in original (0.694 cm) and down-sampled spatial resolutions at 2 cm, and 5 cm. The classification performance reduced as the spatial resolution decreased.

Classification results of cases for small individual redcedars with the ResNet algorithm and drone images in their original (0.694 cm) and downsampled (5 cm) spatial resolution. In this study, redcedars with a diameter less than 1 m were able to be accurately classified and delineated in the images with the original resolution but failed to be detected when the spatial resolution decreased to 5 cm.

About

This is a classification project. The target class name is tree species in a multispecies forest. The input is RGB images collected by a drone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published