├── README.md ├── diameter_estimation ├── evaluate_dbh_rmse.py ├── process_tree_node.py └── yaml │ ├── VAT-0723-DBCRE.yaml │ ├── VAT-0723-SLOAM.yaml │ └── VAT-0723-predictions.yaml ├── media ├── treescope.gif └── treescope.png └── semantic_segmentation ├── evaluate_iou.py ├── full_data_preprocessor.py ├── h5-to-labels.py └── labels-to-h5.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/README.md -------------------------------------------------------------------------------- /diameter_estimation/evaluate_dbh_rmse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/diameter_estimation/evaluate_dbh_rmse.py -------------------------------------------------------------------------------- /diameter_estimation/process_tree_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/diameter_estimation/process_tree_node.py -------------------------------------------------------------------------------- /diameter_estimation/yaml/VAT-0723-DBCRE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/diameter_estimation/yaml/VAT-0723-DBCRE.yaml -------------------------------------------------------------------------------- /diameter_estimation/yaml/VAT-0723-SLOAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/diameter_estimation/yaml/VAT-0723-SLOAM.yaml -------------------------------------------------------------------------------- /diameter_estimation/yaml/VAT-0723-predictions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/diameter_estimation/yaml/VAT-0723-predictions.yaml -------------------------------------------------------------------------------- /media/treescope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/media/treescope.gif -------------------------------------------------------------------------------- /media/treescope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/media/treescope.png -------------------------------------------------------------------------------- /semantic_segmentation/evaluate_iou.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/semantic_segmentation/evaluate_iou.py -------------------------------------------------------------------------------- /semantic_segmentation/full_data_preprocessor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/semantic_segmentation/full_data_preprocessor.py -------------------------------------------------------------------------------- /semantic_segmentation/h5-to-labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/semantic_segmentation/h5-to-labels.py -------------------------------------------------------------------------------- /semantic_segmentation/labels-to-h5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumarRobotics/treescope/HEAD/semantic_segmentation/labels-to-h5.py --------------------------------------------------------------------------------