Skip to content

For my Master's thesis with the title "Development of a multi-band convolutional neural network with an applied example for individual tree crown delineation"

License

Notifications You must be signed in to change notification settings

AlexCYD/multi-band-CNN-for-individual-tree-crown-delineation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to reproduce

For Linux, macOS, or Git Bash on Windows, install with: "${SHELL}" <(curl -L micro.mamba.pm/install.sh)

Default settings during the installation was fine for me.

2. create environment

micromamba create -n Chen2024

micromamba install -n Chen2024 -c conda-forge r-keras r-terra r-rsample tensorflow-gpu "keras<3" cuda=12.2 cudnn r-devtools r-sf r-lidr r-ggrepel

3. install NeonTreeEvaluation in R

micromamba activate Chen2024

R

devtools::install_github("Weecology/NeonTreeEvaluation_package", ref="c4d9953")

3 # do not update any package

quit()

n

micromamba deactivate

4. put function.R file in the right place

put function.R under ~/Chen2024/IPO/pro, which is the place it should be in for compatibility with the scripts. Otherwise, change paths accordingly in the scripts.

5. run the scripts with the created environment

Dataflow

The following figure provides an overview of the main folder structure, functions, and flow of data in this study. An image showing main folder structure, functions, and flow of data of this study.

Licence

This repository is licensed under the GNU General Public License, Version 3, or any later version.

In function.R, the function unet contained modification and the function conv2d_block contained copy from r-tensorflow/unet under the MIT License.

In function.R, the function unet contained modification from keras-team/keras under the Apache License, Version 2.0.

About

For my Master's thesis with the title "Development of a multi-band convolutional neural network with an applied example for individual tree crown delineation"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages