20 "20220301-data/SampleRedwoodRGBDImages.zip",
21 "43971c5f690c9cfc52dda8c96a0140ee"};
28 extract_dir +
"/color/00000.jpg", extract_dir +
"/color/00001.jpg",
29 extract_dir +
"/color/00002.jpg", extract_dir +
"/color/00003.jpg",
30 extract_dir +
"/color/00004.jpg"};
33 extract_dir +
"/depth/00000.png", extract_dir +
"/depth/00001.png",
34 extract_dir +
"/depth/00002.png", extract_dir +
"/depth/00003.png",
35 extract_dir +
"/depth/00004.png"};
37 trajectory_log_path_ = extract_dir +
"/trajectory.log";
38 odometry_log_path_ = extract_dir +
"/odometry.log";
39 rgbd_match_path_ = extract_dir +
"/rgbd.match";
40 reconstruction_path_ = extract_dir +
"/example_tsdf_pcd.ply";
41 camera_intrinsic_path_ = extract_dir +
"/camera_primesense.json";
const std::string GetExtractDir() const
Get absolute path to extract directory. i.e. ${data_root}/extract/${prefix}.
Dataset class with one or more downloaded file.
SampleRedwoodRGBDImages(const std::string &data_root="")
std::string CloudViewerDownloadsPrefix()
static const DataDescriptor data_descriptor
Generic file read and write utility for python interface.
Infomation about a file to be downloaded.