Skip to content

Commit f92354f

Browse files
author
Fabien Servant
committed
change file name
1 parent 809516b commit f92354f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/software/utils/main_depthmapTracksInjecting.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ int aliceVision_main(int argc, char** argv)
8989

9090
fs::path depthDir(depthSource);
9191
fs::path path(view->getImage().getImagePath());
92-
fs::path depthPath = depthDir / path.stem() / "depth.exr";
92+
fs::path depthPath = depthDir / "depth" / (path.stem().string() + "_depth.exr");
9393

9494
image::Image<float> depthImg;
95+
ALICEVISION_LOG_INFO("Processing depth " << depthPath.string());
9596

9697
try
9798
{

0 commit comments

Comments
 (0)