Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 947 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 947 Bytes

LodgedNet

LodgedNet is an architecture for crop lodging prediction from UAV-acquired images of wheat and canola using a DCNN augmented with handcrafted texture features. The paper is available here.

LodgedNet

Getting Started

The proposed architecture has been designed to work with 5-channel data: red, blue, green, red edge, and near infrared.

Prerequisites

The main dependencies of LodgeNet are numpy, pandas, and pytorch and torchvision. See requirements.txt for the list of requirements.

Authors