Giter Club home page Giter Club logo

semantic-superpoint's People

Contributors

gabriel-sgama 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

semantic-superpoint's Issues

Convert the weights of the pre-trained models to pth format

At first I'd like to thank you for this great work !
I want to test your pre-trained models in an implementation that uses .pth files instead of pth.tar. Thus, I tried your script "convert2script.py" in order to convert the weights to a pth model but it raises the following error:

RuntimeError: logs/superpoint_coco_ssmall_ML22/checkpoints/superPointNet_180000_checkpoint.pth.tar is a zip archive (did you mean to use torch.jit.load()?)

As I read, a possible reason is that the version of Pytorch that the model was trained is different with the installed Pytorch version. I'm using Pytorch 1.3.1 since this is the tested version for your implementation.
What version did you use to train the proposed pre-trained models ? Is the Pytorch=1.3.1 the recommended version ?

Train with other datasets

I would like to train the models with other datasets, but have some confusions.

  1. What is the relationship between the code Train_model_frontend_all.py and Train_model_heatmap_all.py ?
  2. Does *_all_ct.py in the readme means *_all_and.py?
  3. ModuleNotFoundError: No module named 'utils.loss_functions.min_norm_solvers'

About the unc+ct loss

Thanks for the great work!!! I am interested about the implementation of the unc+ct loss for the multi-task learning, and is there any plan to release the code for the unc loss?

question about train4

When I run train4.py, the error shows that no module named "Train_model_heatmap", and I change the front_end_model in "magicpoint_shapes_pair" to "Train_model_heatmap_all", and then the following error occurred:
Traceback (most recent call last).
File "semanticSP/train4.py", line 143, in
args.func(config, output_dir, args)
File "semanticSP/train4.py", line 44, in train_base
return train_joint(config, output_dir, args)
File "semanticSP/train4.py", line 83, in train_joint
train_agent = train_model_frontend(config, save_path=save_path, device=device)
File "semanticSP/Train_model_heatmap_all.py", line 108, in init
self.r = self.config["model"]["real_batch_size"] // self.config["model"]["batch_size"]
KeyError: 'real_batch_size'
What is the problem?

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.