GithubHelp home page GithubHelp logo

monoformer's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @sjg02122
  • ๐Ÿ‘€ Iโ€™m interested in monocular 3d object detection, monocular depth estimation, Local Feature Matching and Visual SLAM..
  • ๐ŸŒฑ I received M.S. in Electrical Engineering and Computer Science(EECS) at DGIST(Daegu Gyeongbuk Institute of Science and Technology)
  • ๐ŸŒฑ I'm currently working at Hyundai Motors Group (HMG).
  • ๐Ÿ“ซ How to reach me.. [[email protected]] or [[email protected]]

monoformer's People

Contributors

sjg02122 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

Watchers

 avatar

monoformer's Issues

About the evaluation with other datasets

Thanks for providing the result of the research and code.

Do you have the plan for providing the evaluation code for other datasets like ETH3D, DeMoN (e.g., MVS, SUN3D, RGBD, Scenes11) and generated texture-shifted datasets?
Also, Do you have plan for providing the methods for generating the evaluation datasets with same condition?

Unknown class

Congratulations on your work, I got some trouble when using the code.

I run this script:
python3 scripts/infer.py --checkpoint weights/monoformer_hybrid.ckpt --input my_images --output output_dir
But got this:

Preparing Model

Model:
Traceback (most recent call last):
File "scripts/infer.py", line 174, in
main(args)
File "scripts/infer.py", line 142, in main
model_wrapper = ModelWrapper(config, load_datasets=False)
File "/home/myname/MonoFormer-main/monoformer/models/model_wrapper.py", line 58, in init
self.prepare_model(resume)
File "/home/myname/MonoFormer-main/monoformer/models/model_wrapper.py", line 73, in prepare_model
self.model = setup_model(self.config.model, self.config.prepared)
File "/home/myname/MonoFormer-main/monoformer/models/model_wrapper.py", line 458, in setup_model
model = load_class(config.name, paths=['monoformer.models',])(
File "/home/myname/MonoFormer-main/monoformer/utils/load.py", line 107, in load_class
raise ValueError('Unknown class {}'.format(filename))
ValueError: Unknown class

It seems that the code has correctly found the .ckpt file, but fail to initial the corresponding model. Can you help me to figure it out? Thanks.

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.