Giter Club home page Giter Club logo

panoramic-depth-estimation's People

Contributors

dantkz avatar gdlg avatar hirico avatar mrharicot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

panoramic-depth-estimation's Issues

Rules for Definition of Depth

I got the depth data from the. npy file, but I found that the nearer the point in the panoramic image, the greater the depth value. I want to know how you define the depth. thank you.

Indoor datasets

Thanks for your work! I tried to use your wights for predict indoor scenes, but get very bad result. Did you try to work with indoor?
Снимок экрана 2020-10-07 в 16 10 58

Some problems about function.

I think

    def generate_image_left(self, img, disp):
        if self.params.equirectangular_mode:
            return bilinear_sampler_equirectangular(img, -disp, self.params.fov)
        else:
            return bilinear_sampler_1d_h(img, -disp, self.params.fov)
    def generate_image_right(self, img, disp):
        if self.params.equirectangular_mode:
            return bilinear_sampler_equirectangular(img, disp)
        else:
            return bilinear_sampler_1d_h(img, disp)

should be

    def generate_image_left(self, img, disp):
        if self.params.equirectangular_mode:
            return bilinear_sampler_equirectangular(img, -disp, self.params.fov)
        else:
            return bilinear_sampler_1d_h(img, -disp)
    def generate_image_right(self, img, disp):
        if self.params.equirectangular_mode:
            return bilinear_sampler_equirectangular(img, disp, self.params.fov)
        else:
            return bilinear_sampler_1d_h(img, disp)

Thank you.

AttributeError: 'tuple' object has no attribute 'type'

This is my command line:

python monodepth_simple.py --image_path ~/007998.png --output_path my_output --checkpoint_path models/panoramic_checkpoints/mixed_warp/model-180000 --input_height 256 --input_width 1024

The following error occurred:

Traceback (most recent call last):
File "monodepth_simple.py", line 16, in
import numpy as np
File "/home/nest/anaconda3/lib/python3.5/site-packages/numpy/init.py", line 142, in
from . import core
File "/home/nest/anaconda3/lib/python3.5/site-packages/numpy/core/init.py", line 57, in
from . import numerictypes as nt
File "/home/nest/anaconda3/lib/python3.5/site-packages/numpy/core/numerictypes.py", line 111, in
from ._type_aliases import (
File "/home/nest/anaconda3/lib/python3.5/site-packages/numpy/core/_type_aliases.py", line 63, in
_concrete_types = {v.type for k, v in _concrete_typeinfo.items()}
File "/home/nest/anaconda3/lib/python3.5/site-packages/numpy/core/_type_aliases.py", line 63, in
_concrete_types = {v.type for k, v in _concrete_typeinfo.items()}
AttributeError: 'tuple' object has no attribute 'type'

how to fix it?

Bad depth prediction results

Hi,

Thank you for this amazing work. I wanted to try your inference code on the proposed validation Carla dataset using one of your trained models. However when doing that, I get bad results that have nothing to do with the scores reported in your paper. For instance, when testing using the model in mixed_warp folder, I get the following results:

Abs. rel. & Sq. rel. & RMSE & RMSE log. & Depth acc < 1.25
0.810 & 67.533 & 8.520 & 1.427 & 0.051

The same thing goes for carla_warp and carla models
Is there something I am missing ? Note that I used the same evaluation code available with your dataset.
I will be grateful if you give some insights about what might cause the problem.

Best regards

About training dataset & dataset transformation

Hi.
I have questions about datasets used for training.
In your paper, the best performance was achieved by using CARLA & Mapillary datasets.
However, CARLA datasets which you uploaded, do not have stereo pair images.
How the training proceeds using those datasets??

Also, I wonder how the rectilinear images were transformed to equi rectangular images.
Any codes or reference links will be helpful.
Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.