Giter VIP home page Giter VIP logo

socrates's Introduction

I'm a first-year PhD student at MIT CSAIL, advised by Sara Beery. My research is focused on computer vison approaches for ecological and environmental monitoring. Previously, I was a research assistant at the University of Bonn and worked on the AMMOD project, advised by Volker Steinhage. Please feel free to reach out via haucke at mit.edu.

Metrics

socrates's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

socrates's Issues

How to load precomputed depth?

Hi Timm,

Thank you very much for your efforts to open source your dataset and codebase!

I am trying to load the precomputed depth in meters for the labelled images, but I'm not sure whether I do it correctly. The data doesn't seem do be depth directly, since the values don't fit at all (greater values for pixels closer to the camera):

data = cv2.imread("images/20220209150523_000090.exr", cv2.IMREAD_ANYCOLOR | cv2.IMREAD_ANYDEPTH)

plt.matshow(data)
plt.colorbar()

grafik

So I am assuming that the data is disparity in pixels. Converting to depth using the parameters from utils/prepare_distance_sampling.py looks more sensible, but a maximal distance of >200m seems to be quite far.

camera_baseline = 0.25  # meters
camera_horizontal_pixels = 1920  # pixels
camera_horizontal_sensor_size = 0.007564  # meters
camera_disparity_to_depth_factor = camera_focal_length * camera_baseline * camera_horizontal_pixels * camera_horizontal_sensor_size ** -1

plt.matshow(camera_disparity_to_depth_factor / data)
plt.colorbar()

grafik

It would be super helpful if you could add a code snippet showing how to correctly load the precomputed depth data.

Thank you,
Matthias

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.