Git Product home page Git Product logo

ma-ssd's People

Contributors

anonymousaccv501 avatar kevinchan04 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sestars666

ma-ssd's Issues

About reference paper

Hello, I just saw your code today. Where can I find its reference paper?

Look forward to your reply, thanks!!

Request add new backbone

Hello,
Could you please add lightweight backbone such as mobilenet_v2 to work with neckthreemed
Thanks

demo.py

你好,感谢你的开源,不过我在运行demo的时候遇到了一个问题,Traceback (most recent call last):
File "demo.py", line 130, in
main()
File "demo.py", line 126, in main
is_save=True)
File "/opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 15, in decorate_context
return func(*args, **kwargs)
File "demo.py", line 34, in run_demo
checkpointer.load(ckpt, use_latest=ckpt is None)
File "/app/MA-SSD/ssd/utils/checkpoint.py", line 68, in load
model.load_state_dict(checkpoint.pop("model"))
File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 847, in load_state_dict
self.class.name, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for SSDDetector:
Unexpected key(s) in state_dict: "neck.my_sp_attention.0.0.weight", "neck.my_sp_attention.0.1.weight", "neck.my_sp_attention.0.1.bias", "neck.my_sp_attention.0.1.running_mean", "neck.my_sp_attention.0.1.running_var", "neck.my_sp_attention.0.1.num_batches_tracked", "neck.my_sp_attention.0.3.weight", "neck.my_sp_attention.0.3.bias", "neck.my_sp_attention.0.4.weight", "neck.my_sp_attention.0.4.bias", "neck.my_sp_attention.0.4.running_mean", "neck.my_sp_attention.0.4.running_var", "neck.my_sp_attention.0.4.num_batches_tracked", "neck.my_sp_attention.0.6.weight", "neck.my_sp_attention.0.6.bias", "neck.my_sp_attention.0.7.weight", "neck.my_sp_attention.0.7.bias", "neck.my_sp_attention.0.7.running_mean", "neck.my_sp_attention.0.7.running_var", "neck.my_sp_attention.0.7.num_batches_tracked", "neck.my_sp_attention.0.9.weight", "neck.my_sp_attention.1.0.weight", "neck.my_sp_attention.1.1.weight", "neck.my_sp_attention.1.1.bias", "neck.my_sp_attention.1.1.running_mean", "neck.my_sp_attention.1.1.running_var", "neck.my_sp_attention.1.1.num_batches_tracked", "neck.my_sp_attention.1.3.weight", "neck.my_sp_attention.1.3.bias", "neck.my_sp_attention.1.4.weight", "neck.my_sp_attention.1.4.bias", "neck.my_sp_attention.1.4.running_mean", "neck.my_sp_attention.1.4.running_var", "neck.my_sp_attention.1.4.num_batches_tracked", "neck.my_sp_attention.1.6.weight", "neck.my_sp_attention.1.6.bias", "neck.my_sp_attention.1.7.weight", "neck.my_sp_attention.1.7.bias", "neck.my_sp_attention.1.7.running_mean", "neck.my_sp_attention.1.7.running_var", "neck.my_sp_attention.1.7.num_batches_tracked", "neck.my_sp_attention.1.9.weight", "neck.conv1x1_ch.0.weight", "neck.conv1x1_ch.0.bias", "neck.my_ch_attention.0.0.weight", "neck.my_ch_attention.0.2.weight", "neck.my_deconv.0.0.weight", "neck.my_deconv.0.0.bias", "neck.my_deconv.0.1.weight", "neck.my_deconv.0.1.bias", "neck.my_deconv.0.1.running_mean", "neck.my_deconv.0.1.running_var", "neck.my_deconv.0.1.num_batches_tracked", "neck.my_deconv.1.0.weight", "neck.my_deconv.1.0.bias", "neck.my_deconv.1.1.weight", "neck.my_deconv.1.1.bias", "neck.my_deconv.1.1.running_mean", "neck.my_deconv.1.1.running_var", "neck.my_deconv.1.1.num_batches_tracked".
size mismatch for box_head.predictor.cls_headers.0.weight: copying a param with shape torch.Size([126, 512, 3, 3]) from checkpoint, the shape in current model is torch.Size([84, 512, 3, 3]).
size mismatch for box_head.predictor.cls_headers.0.bias: copying a param with shape torch.Size([126]) from checkpoint, the shape in current model is torch.Size([84]).
我不知道是不是因为torch版本的原因导致加载模型错误,还麻烦你看看哈,我的torch版本是1.5

Paper Reference

Hello,
Could you please share me the papers that you use for this implementation?
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.