Giter Site home page Giter Site logo

Comments (3)

JUGGHM avatar JUGGHM commented on June 3, 2024

Dear author, I want to predict the depth from many images captured by different cameras. it will be spend long time if we put a single image to the model every time. So I want to put a batch of images to the model one time, but there is a problem, the camera has different intrinsics, and cannot use a normal cameral model. I have tried to the inference function, but miss in "get_func('mono.model.model_pipelines.' + model_type)(cfg)"

I hope this issue would help. By the way, do not forget to set the launcher to make the codes execute in DDP mode.

from metric3d.

jay25208 avatar jay25208 commented on June 3, 2024

Dear author, I want to predict the depth from many images captured by different cameras. it will be spend long time if we put a single image to the model every time. So I want to put a batch of images to the model one time, but there is a problem, the camera has different intrinsics, and cannot use a normal cameral model. I have tried to the inference function, but miss in "get_func('mono.model.model_pipelines.' + model_type)(cfg)"

I hope this issue would help. By the way, do not forget to set the launcher to make the codes execute in DDP mode.

Dear author, #20 (comment) seems not the answer to this issue. I think use the same test method as NYU, generate json file but without depth gt setting.

from metric3d.

YvanYin avatar YvanYin commented on June 3, 2024

Dear author, I want to predict the depth from many images captured by different cameras. it will be spend long time if we put a single image to the model every time. So I want to put a batch of images to the model one time, but there is a problem, the camera has different intrinsics, and cannot use a normal cameral model. I have tried to the inference function, but miss in "get_func('mono.model.model_pipelines.' + model_type)(cfg)"

The code supports different camera settings in a batch. You only need to enclose the original camera information in JSON file.
Please see this: https://github.com/YvanYin/Metric3D/blob/main/mono/utils/custom_data.py

from metric3d.

Related Issues (20)

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.