BillFSmith / TilingZoeDepth

144 stars 22 forks source link

Local Version #7

Open cmore86 opened 5 months ago

cmore86 commented 5 months ago

Changed Script to run local. Install zoedepth from their repository add script in directory and run. I am using WSL 2 on windows linux unbutu and replicated the environment on colab. Change your input output local directories and run.

VectorKnight commented 4 months ago

Hey cmore86! First off, thanks so much for sharing the local code with us. After some struggles, I was finally able to get it working on my wsl2.

The one thing I'm curious about is that for some reason batch processing seems to not have carried over from the colab version. It recognizes multiple input images and "processes" them, but it only ever outputs one final image (seemingly a completely random entry from the input image pile as well).

I'm only an amateur python guy, but I can't see anything from the colab code that didn't make it into yours. Any ideas?