Giter Site home page Giter Site logo

Comments (1)

Vincentqyw avatar Vincentqyw commented on May 14, 2024

I have updated README, please find matcher_zoo in common/utils.py:

matcher_zoo = {
"gluestick": {"config": match_dense.confs["gluestick"], "dense": True},
"sold2": {"config": match_dense.confs["sold2"], "dense": True},
# 'dedode-sparse': {
# 'config': match_dense.confs['dedode_sparse'],
# 'dense': True # dense mode, we need 2 images
# },
"loftr": {"config": match_dense.confs["loftr"], "dense": True},
# "loftr-quadtree": {"config": match_dense.confs["loftr-quadtree"], "dense": True},
"topicfm": {"config": match_dense.confs["topicfm"], "dense": True},
"aspanformer": {"config": match_dense.confs["aspanformer"], "dense": True},
"dedode": {
"config": match_features.confs["Dual-Softmax"],
"config_feature": extract_features.confs["dedode"],
"dense": False,
},
"superpoint+superglue": {
"config": match_features.confs["superglue"],
"config_feature": extract_features.confs["superpoint_max"],
"dense": False,
},
"superpoint+lightglue": {
"config": match_features.confs["superpoint-lightglue"],
"config_feature": extract_features.confs["superpoint_max"],
"dense": False,
},
"disk": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["disk"],
"dense": False,
},
"disk+dualsoftmax": {
"config": match_features.confs["Dual-Softmax"],
"config_feature": extract_features.confs["disk"],
"dense": False,
},
"superpoint+dualsoftmax": {
"config": match_features.confs["Dual-Softmax"],
"config_feature": extract_features.confs["superpoint_max"],
"dense": False,
},
"disk+lightglue": {
"config": match_features.confs["disk-lightglue"],
"config_feature": extract_features.confs["disk"],
"dense": False,
},
"superpoint+mnn": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["superpoint_max"],
"dense": False,
},
"sift+sgmnet": {
"config": match_features.confs["sgmnet"],
"config_feature": extract_features.confs["sift"],
"dense": False,
},
"sosnet": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["sosnet"],
"dense": False,
},
"hardnet": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["hardnet"],
"dense": False,
},
"d2net": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["d2net-ss"],
"dense": False,
},
# "d2net-ms": {
# "config": match_features.confs["NN-mutual"],
# "config_feature": extract_features.confs["d2net-ms"],
# "dense": False,
# },
"alike": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["alike"],
"dense": False,
},
"lanet": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["lanet"],
"dense": False,
},
"r2d2": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["r2d2"],
"dense": False,
},
"darkfeat": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["darkfeat"],
"dense": False,
},
"sift": {
"config": match_features.confs["NN-mutual"],
"config_feature": extract_features.confs["sift"],
"dense": False,
},
"roma": {"config": match_dense.confs["roma"], "dense": True},
"DKMv3": {"config": match_dense.confs["dkm"], "dense": True},
}

from image-matching-webui.

Related Issues (16)

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.