martibosch / detectree-examples

Example computational workflows to classify tree/non-tree pixels in Zurich using DetecTree
GNU General Public License v3.0
19 stars 15 forks source link

Remove num_blocks keyword in background.ipynb #2

Closed JeffWalton-PSC closed 4 years ago

JeffWalton-PSC commented 4 years ago

In notebook background.ipynb, Image descriptor paragraph, cell 10, num_blocks=num_blocks, keyword is not needed by compute_image_descriptor_from_filepath()

martibosch commented 4 years ago

That is indeed a mistake, thank you for pointing it out. This has been fixed in bdba00

JeffWalton-PSC commented 4 years ago

This has been fixed.