Open X-Embodiment
1M+ real-robot trajectories from 20+ institutions.
Dataset Card for Flickr-Geo 217.646.487 images with lat lon coordinates from Flickr. This repo is a filtered version of for all rows containing a valid lat lon pair. Load and Visualize Load the data (2s on my system) with DuckDB: import duckdb df = duckdb.sql(“”” SELECT CAST(latitude AS DOUBLE) AS latitude, CAST(longitude AS DOUBLE) AS longitude FROM ‘reduced flickr data/ .parquet’ “””).df() df… See the full description on the dataset page:
Source: Hugging Face Hub (do-me/Flickr-Geo). Metadata imported from the dataset’s Hub tags.