GithubHelp home page GithubHelp logo

janghunhyeon / pcloc Goto Github PK

View Code? Open in Web Editor NEW
58.0 58.0 8.0 2.51 MB

Pose Correction for Highly Accurate Visual Localization in Large-scale Indoor Spaces (ICCV 2021)

Python 100.00%
deep-learning feature-matching iccv2021 image-retrieval indoor-localization pose-estimation visual-localization

pcloc's Issues

Not able to find paper

Hi,

Thanks for the work. Can you please share the link to your research paper? I am not able to find it on arxiv.

Bug: --opt_div_matching always evaluates to True

Usage of arg parser for --opt_div_matching is wrong in the code.

It's a string which always evaluates to True here irrespective of keyword provided, will only evaluate to False if the argument is empty. Rewrite it to something like below code:

parser.add_argument('--my-flag',choices=('True','False'))
arguments = parser.parse_args()
MyFlag = arguments.my_flag == 'True'

instead of

parser.add_argument('--opt_div_matching', default=True, help='True: Divided matching, False: base matching')
if args.opt_div_matching:
    refinement = Refinement_extended(superglue)
else:
    refinement = Refinement_base(superglue)

Source

When will release the code?

Hi,

Very excited to see your great work on indoor relocalization. I wonder when will you release the code?

Thanks a lot for your attention.

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.