20 "cdd307caef898519a8829ce1b6ab9f75"};
24 color_paths_.reserve(3000);
25 depth_paths_.reserve(3000);
27 const size_t n_zero = 6;
28 for (
int i = 1; i < 3000; ++i) {
30 idx = std::string(n_zero -
std::min(n_zero, idx.length()),
'0') + idx;
31 color_paths_.push_back(extract_dir +
"/color/" + idx +
".png");
32 depth_paths_.push_back(extract_dir +
"/depth/" + idx +
".png");
35 trajectory_log_path_ = extract_dir +
"/lounge_trajectory.log";
36 reconstruction_path_ = extract_dir +
"/lounge.ply";
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.
LoungeRGBDImages(const std::string &data_root="")
std::string CloudViewerDownloadsPrefix()
static const DataDescriptor data_descriptor
Generic file read and write utility for python interface.
std::string to_string(const T &n)
Infomation about a file to be downloaded.