Gateway
Gateway
Unfortunately no 😕
Sounds good.. is their a programatic way to do this with what your guys are working on.. maybe a --reverse ? I guess I could try to reverse it in...
Cool.. hmm wait.. this is only for the vis file right? any chance to get a --reverse or can you point me to where this can be done in code...
Hmm.. so with equirectangular this will cause noise due to the lack of data to extract due to the nature of how equirectangular works? There has been a lot of...
Thanks for your feedback, I'm just wondering if this is the right options for equirectangular images that can then be used as a depth map for 360 virtual tours. Cropping...
> You should be able to run something like > > ``` > python -m train \ > --gin_configs=configs/360.gin \ > --gin_bindings="Config.data_dir = 'my_dataset_dir'" \ > --gin_bindings="Config.checkpoint_dir = 'my_dataset_dir/checkpoints'" \...
well, crap.. ok I created a virtual env with conda with python 3.7 and installed conda install opencv pytorch torchvision -c pytorch now it seems to be working again.. .....
Here is an example of a 360 pano then the depth created.. Kinda. complex example.. Seems like the sharp edges of things get a bit fuzzy and not as sharp...
> Thanks, works better than I would have expected. With respect to parameters, there really is not much you can play with. The only thing is the resolution at which...
Any updates to this or the code base.. wanting to try it out on some video stuff. Cheers!