-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Firstly thank you for all your awesome work on Depth creation! I have been pouring over all of your repositories and it's so cool to have new interesting ideas and work to look at!
Regarding BoostYourOwnDepth - are there any parameters we can tweak to increase/decrease the "merge level"? I have put SSI depth maps as the low res base and DepthAnythingV2 as the high res base (as these have greater fine detail) - the images are the same resolution - but when I run this tool - the output just looks exactly the same as the low_res original image! Perhaps with a tiny bit more variation in the background - but none of the fine details/actual detail have changed at all?
I don't know if it is a Windows thing but I also realised that the script was simply overwriting my original low_res images instead of outputting to the output dir. For some reason the line: "path = os.path.join(result_dir, images.name)" was just resulting in it overwriting the original image file - and I changed to hardcoding my output dir with a counter to stop this. I gave the output dir in this format " --output_dir "C:\Users\Chris\AI Depthify\Depthified\Output"".