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
In datasets in which 50m x 50m patches of Lidar are already prepared, the number of clouds skyrockets from ~100 to ~10k.
The current way of a) using a csv with signature "basename,split", b) finding the abs path based on the basename and the root of the dataset, takes too much time.
For instance with 28k patches (train split) a tqdm in debug mode gives :
19/28021 [00:36<15:22:09, 1.98s/it]
The text was updated successfully, but these errors were encountered:
In datasets in which 50m x 50m patches of Lidar are already prepared, the number of clouds skyrockets from ~100 to ~10k.
The current way of a) using a csv with signature "basename,split", b) finding the abs path based on the basename and the root of the dataset, takes too much time.
For instance with 28k patches (train split) a tqdm in debug mode gives :
The text was updated successfully, but these errors were encountered: