Giter VIP home page Giter VIP logo

mobilnet_ssd_opencv's Issues

License for Repo

Hi! We really appreciate your work developing and training this net! Would you be willing to add an open-source license to your code? Preferably Apache, BSD, or similar?

2 erros

Can please guide me through?

for video input
ModuleNotFoundError: No module named 'numpy'

for image input

File "sample_img.py", line 109
print label
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(label)?

A question about detections.shape.

I use pytorch to get my model about mobilenet-ssd, and I transformed my model(.pth)to onnx model,and onnx to caffemodel,
so I get my caffemodel with not using caffe to train.
But when I use your code to run, I meet a mistake about dim:
In your code, the detections(about net.forward())'s shape is (1, 1, 100, 7), but my shape is (1, 2268 ,3), so I reshape the detections to (1, 1, 972, 3),the code can run ,but It doesn't work well, It can't do anything about confidence and Object location.
So how can I do for the confidence and Object location.
This is my model: https://drive.google.com/drive/folders/1dWObvYe9VRUBJ1D5Teow4Y4M34tJ_6-B?usp=sharing

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.