File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ void ReadRelPose(const std::string& file_path,
4545 if (name_idx.find (file1) == name_idx.end ()) {
4646 max_image_id += 1 ;
4747 max_camera_id += 1 ;
48- images.insert (
49- std::make_pair (max_image_id, Image (max_image_id, max_camera_id, file1)));
48+ images.insert (std::make_pair (max_image_id,
49+ Image (max_image_id, max_camera_id, file1)));
5050 name_idx[file1] = max_image_id;
5151 }
5252 if (name_idx.find (file2) == name_idx.end ()) {
5353 max_image_id += 1 ;
5454 max_camera_id += 1 ;
55- images.insert (
56- std::make_pair (max_image_id, Image (max_image_id, max_camera_id, file2)));
55+ images.insert (std::make_pair (max_image_id,
56+ Image (max_image_id, max_camera_id, file2)));
5757 name_idx[file2] = max_image_id;
5858 }
5959
You can’t perform that action at this time.
0 commit comments