You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My data for this project is CFB003_ortho.tif (Figure 1) from the link https://radar.kit.edu/radar/en/dataset/AwwREVscwqlcTVSw.FORTRESS. When I used scripts/inference.py in the project to perform predictions, two files were generated: intermediate_output_3.tif (Figure 2) and CFB003.sqlite (Figure 3). My parameter settings are as follows:
args = get_parser().parse_args("-i ./TreeCrownDelineation-master/data/dataset/orthomosaic/CFB003_ortho.tif "
"-o ./TreeCrownDelineation-master/data/output/output_3/CFB003.sqlite "
"-m ./TreeCrownDelineation-master/model/tcd-20cm-RGBI-v1.0/Unet-resnet18_epochs=209_lr=0.0001_width=224_bs=32_divby=255_custom_color_augs_k=0_jitted.pt "
"-w 1024 "
"--ndvi "
"--min-dist 200 "
"--div 255 "
"--rescale-ndvi "
"--a "
"--sigmoid "
"--save-prediction./TreeCrownDelineation-master/data/output/intermediate_output "
"-s 0.05 "
"-b 0.05 "
"-l 0.4 "
"--sigma 2".split())
Please review this prediction and see if it makes sense. Please provide some suggestions.
My data for this project is CFB003_ortho.tif (Figure 1) from the link https://radar.kit.edu/radar/en/dataset/AwwREVscwqlcTVSw.FORTRESS. When I used scripts/inference.py in the project to perform predictions, two files were generated: intermediate_output_3.tif (Figure 2) and CFB003.sqlite (Figure 3). My parameter settings are as follows:
args = get_parser().parse_args("-i ./TreeCrownDelineation-master/data/dataset/orthomosaic/CFB003_ortho.tif "
"-o ./TreeCrownDelineation-master/data/output/output_3/CFB003.sqlite "
"-m ./TreeCrownDelineation-master/model/tcd-20cm-RGBI-v1.0/Unet-resnet18_epochs=209_lr=0.0001_width=224_bs=32_divby=255_custom_color_augs_k=0_jitted.pt "
"-w 1024 "
"--ndvi "
"--min-dist 200 "
"--div 255 "
"--rescale-ndvi "
"--a "
"--sigmoid "
"--save-prediction./TreeCrownDelineation-master/data/output/intermediate_output "
"-s 0.05 "
"-b 0.05 "
"-l 0.4 "
"--sigma 2".split())
Please review this prediction and see if it makes sense. Please provide some suggestions.