We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cb94f commit 8b37284Copy full SHA for 8b37284
mapswipe_workers/mapswipe_workers/utils/process_mapillary.py
@@ -266,7 +266,7 @@ def get_image_metadata(
266
downloaded_metadata = spatial_sampling(downloaded_metadata, sampling_threshold)
267
268
if randomize_order is True:
269
- downloaded_metadata.sample(frac=1).reset_index(drop=True)
+ downloaded_metadata = downloaded_metadata.sample(frac=1).reset_index(drop=True)
270
271
total_images = len(downloaded_metadata)
272
if total_images > 100000:
0 commit comments