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
hen running the tiling code provided in Section 2.8 of the detectree2 tutorial, I encountered several issues:
1.RuntimeWarning: While calling tile_data(), I repeatedly got the following warnings:
RuntimeWarning: overflow encountered in reduce
RuntimeWarning: invalid value encountered in cast
2.AttributeError: Additionally, during the tiling process, I encountered the following error:AttributeError: overlapping_crowns might be empty or invalid.
The text was updated successfully, but these errors were encountered:
@chenyuanyuan12138 it is difficult to understand the error without the full error message. Would you please click where it says "5 frames" to expand the error message and copy and paste it here?
@chenyuanyuan12138 I've recreated the error myself and will work on a fix now. The bug came from an update I made to the tiling function in the latest update.
hen running the tiling code provided in Section 2.8 of the detectree2 tutorial, I encountered several issues:
1.RuntimeWarning: While calling tile_data(), I repeatedly got the following warnings:
RuntimeWarning: overflow encountered in reduce
RuntimeWarning: invalid value encountered in cast
2.AttributeError: Additionally, during the tiling process, I encountered the following error:AttributeError: overlapping_crowns might be empty or invalid.
The text was updated successfully, but these errors were encountered: