20 "2d1018ceeb72680f5d16b2f419da9bb1"},
22 "5e6ffbccc0907dc5acc374aa76a79081"},
24 "ebf13b89ec364b1788dd492c27b9b800"},
26 "94c0e6c862a54588582b06520946fb15"},
28 "54b927edb6fd61838025bc66ed767408"},
33 color_paths_.reserve(21931);
34 depth_paths_.reserve(21931);
36 const size_t n_zero = 6;
37 for (
int i = 1; i < 21931; ++i) {
39 idx = std::string(n_zero -
std::min(n_zero, idx.length()),
'0') + idx;
40 color_paths_.push_back(extract_dir +
"/image/" + idx +
".jpg");
41 depth_paths_.push_back(extract_dir +
"/depth/" + idx +
".png");
44 trajectory_log_path_ = extract_dir +
"/bedroom.log";
45 reconstruction_path_ = extract_dir +
"/bedroom.ply";
BedroomRGBDImages(const std::string &data_root="")
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.
std::string CloudViewerDownloadsPrefix()
static const std::vector< DataDescriptor > data_descriptors
Generic file read and write utility for python interface.
std::string to_string(const T &n)