Open Storage Network¶
Abstract
The Open Storage Network (OSN) is a NSF-funded distributed data sharing and transfer service based on S3 buckets. We currently have a storage allocation on OSN which we are trialing to distribute I/Q-1M.
OSN is on Internet2
OSN is connected to internet2; institutions connected to internet2 can benefit from high download speeds.
In our benchmarks from CMU campus, we were able to achieve ~600mbps download and ~1500mbps upload speeds.
Set up rclone
¶
The best way to interact with OSN is through rclone.
Info
The I/Q-1m dataset is currently in pre-release, and is not accessible to the general public.
Ask Tianshu (tianshu2@andrew.cmu.edu) for the access keys, or find them on the allocations page in OSN ColdFront if you have been added to the allocation as a user/manager.
After installing sudo apt-get install rclone
, you will need to create a configuration with our bucket information:
-
Find the config file name using
rclone config file
.Info
The config path should be something like
~/.config/rclone/rclone.config
i.e.,/home/<user>/.config/rclone/rclone.config
. -
Add the following to the file (create the file if it doesn't already exist):
To test this configuration:
Download¶
To download the full dataset, use:
- When using
rclone sync
, you can stop (interrupt with ctrl+C) and resume downloading at any time.
You can also download each setting or trace separately:
rclone sync osn-ro:/cmu-wiselab-iq1m/data/indoor ./iq1m/indoor -v
rclone sync osn-ro:/cmu-wiselab-iq1m/data/indoor/baker ./iq1m/indoor/baker -v
rclone sync osn-ro:/cmu-wiselab-iq1m/data/indoor/baker/baker.1.fwd ./iq1m/indoor/baker/baker.1.fwd -v
Tip
You can exclude certain files (e.g., lidar reflectance / NIR) using
See the rclone sync
documentation for more details and other options.
Warning
The camera files (camera/video.avi
) are currently not included, since we still need to build the anonymization pipeline; for now, please contact Tianshu (tianshu2@andrew.cmu.edu) for access.
Upload¶
Info
We currently have a 5TB bucket provisioned in OSN. To check the current utilization:
Assuming you have set up the osn-rw
read/write configuration with the appropriate keys, upload with
The original instructions from OSN can also be found here.
Uploaded Files
iq1m.txt
includes the following:
*/config.yaml
*/_camera/meta.json
*/_camera/pose.npz
*/_camera/segment
*/_camera/segment_i
*/_camera/ts
*/camera/meta.json
*/camera/ts
*/imu/acc
*/imu/avel
*/imu/meta.json
*/imu/rot
*/imu/ts
*/_lidar/pose.npz
*/lidar/lidar.json
*/lidar/meta.json
*/lidar/nir
*/lidar/nir_i
*/lidar/rfl
*/lidar/rfl_i
*/lidar/rng
*/lidar/rng_i
*/lidar/ts
*/_radar/pose.npz
*/radar/iq
*/radar/meta.json
*/radar/radar.json
*/radar/ts
*/radar/valid
*/_slam/trajectory.csv