I need some help with installation (Windows 10) #6
Replies: 4 comments 16 replies
|
Hello and thank you for your interest in VisionDepth3D, I will update the process on read me, you can use anaconda or mini conda either one should work as miniconda is just a compacted version, I ended up deleting the backwards warp logic in the code as it was not functioning properly so you don't need to download the backwards warp keras model anymore, I also took off the install.bat file as it was faulty from older versions, Since you are already using IW3 I recommend using that to generate your depthmap videos, since vd3d doesn't generate itself use iw3, there is a drop-down that lets you choose export disparity and that will create a depthmap frames folder, you can then use that frames folder and stitch the frames together to get your depthmap videos to use, I know sounds like a lot of work, working on integrating the process inside the pipeline, here is a link to a YouTube tutorial on how to install https://youtu.be/k9Hk8BTPJck?si=rDsq6WdcqxG0XjKG if there is any other questions don't hesitate to ask |
|
When I just wanted to test VisionDepth3D, I noticed something strange with the stitcher. Let me explain: Now I needed this one-minute sequence from the movie itself, but I don't have it. (i know i can use other tools to get it) I know that the stitcher is intended for processing deathmaps, but being able to stitch movie frames as well would be a 'nice to have'. So the question is: |
|
Hi |
|
Great Readme ! Reading it makes me wanna try ! Good Job ! But there's still room for some improvements i guess... In the install section it's not totally clear for a noob that there are 2 ways to install. They are visually not clearly seperated from my point of view. How's about something like that...
In Method 1 it should read:
In Method 1 you can slightly simplify the instructions by replacing Step 2.1 and 2.2 with :
In Method 1: How's about PyTorch install ? It should be explained very well the inexperienced user. If i have to explain it i would do it like that:
In Method 1 i missed the step how to start VisionDepth3D In Method 2 you should add a 1st step
In Method 2 i missed how to install "Backwards warp model" May be it's a good idea to provide some batch files for starting... eg 'VisionDepth3D.bat' and 'VisionDepth3D(Conda)' Will it also work with venv ? In that case i would line out a 3rd Install Method. Could you pls add a lossless codec ? |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi. First of all i wanna say thx for this project and all the work your putting into it.
I'm pretty new to this 2Dto3D conversion stuff and jumped into it just about 2 weeks ago with installing and running iw3 on linux and windows. Now i wanna try VisonDepth3D on Windows (maybe later on linux).
I've decided to try the recommended conda installation.... and here's where some questions arise...
Question 1
I don't have conda on my system currently so i've searched for an installer and i've found 3 versions.
Miniconda, Anaconda Distribution and Miniforge. I wanna use Miniconda... is this enough to install and run VisionDepth3D ?
Question 2
In "Step 1: Download the VisionDepth3D Program" i'm told to add the backwards warp model.
Does this mean to copy the downloaded file backward_warping_model.keras to install/path/VisionDepth3D/weights folder ?
Regards
Rudi
P.S.:
Just to mention:
If someone decides to use install method 1 he/she might get confused because it says to clone git which is already done when he/she followed step 1... and... there is no install_visiondepth3d.bat file
All reactions