Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognize artifacts using a neural network #331

Open
zbynekwinkler opened this issue Feb 10, 2020 · 3 comments
Open

Recognize artifacts using a neural network #331

zbynekwinkler opened this issue Feb 10, 2020 · 3 comments
Milestone

Comments

@zbynekwinkler
Copy link
Member

There is an older attempt to bring DNN artifact detection started at https://github.com/robotika/subt-artf/tree/master/model. This issue is meant to track information related to that effort.

@zbynekwinkler zbynekwinkler added this to the SubT Cave milestone Feb 10, 2020
@zbynekwinkler
Copy link
Member Author

https://en.wikipedia.org/wiki/SqueezeNet

SqueezeNet was originally described in a paper entitled "SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size." AlexNet is a deep neural network that has 240MB of parameters, and SqueezeNet has just 5MB of parameters.

Model compression (e.g. quantization and pruning of model parameters) can be applied to a deep neural network after it has been trained. In the SqueezeNet paper, the authors demonstrated that a model compression technique called Deep Compression can be applied to SqueezeNet to further reduce the size of the parameter file from 5MB to 500KB.

@zbynekwinkler
Copy link
Member Author

pytorch and tensorflow are on its way to our base image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant