Coder Social home page Coder Social logo

mbeyeler / opencv-machine-learning Goto Github PK

View Code? Open in Web Editor NEW
801.0 64.0 461.0 74.41 MB

M. Beyeler (2017). Machine Learning for OpenCV: Intelligent image processing with Python. Packt Publishing Ltd., ISBN 978-178398028-4.

License: MIT License

Jupyter Notebook 99.88% Python 0.12%
machine-learning opencv jupyter-notebook conda-environment python decision-tree support-vector-machine classifying-handwritten-digits bayesian-learning

opencv-machine-learning's People

Contributors

lbcosta avatar mbeyeler avatar sarthaksuri 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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  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

opencv-machine-learning's Issues

Binder problems

Unfortunately your Binder link seems to be misbehaving.

Binder link provided on homepage

UnsatisfiableError: The following specifications were found to be in conflict:
 - opencv=3.1
 - pandas==0.18.0=np110py27_0
Use "conda info <package>" to see the dependencies for each package.

precision issue

In notebooks/03.01-Measuring-Model-Performance-with-Scoring-Functions.ipynb,
cell 15

precision = np.sum(true_positive) / np.sum(true_positive + true_negative)

which should be

precision = np.sum(true_positive) / np.sum(true_positive + false_positive)

mybinder doesn’t start up

when launching the mybinder website for your code, mybinder fails to create a process giving the following error:
`
Step 36/52 : RUN chown ${NB_USER}:${NB_USER} ${REPO_DIR}
---> Using cache
---> 1012023c6ff0
Step 37/52 : ENV PATH=${HOME}/.local/bin:${REPO_DIR}/.local/bin:${PATH}
---> Using cache
---> 7e259ec8b997
Step 38/52 : ENV CONDA_DEFAULT_ENV=${KERNEL_PYTHON_PREFIX}
---> Using cache
---> c2d4573adb93
Step 39/52 : COPY --chown=1000:1000 src/environment.yml ${REPO_DIR}/environment.yml
---> Using cache
---> 0100c36cfc80
Step 40/52 : USER ${NB_USER}
---> Using cache
---> 573b8dcd3be0
Step 41/52 : RUN TIMEFORMAT='time: %3R' bash -c 'time ${MAMBA_EXE} env update -p ${KERNEL_PYTHON_PREFIX} --file "environment.yml" && time ${MAMBA_EXE} clean --all -f -y && ${MAMBA_EXE} list -p ${KERNEL_PYTHON_PREFIX} '
---> Running in 56cadc022b99

Looking for: ['python==3.6', 'numpy==1.12', 'scipy==0.19.1', 'scikit-learn==0.18.1', 'matplotlib', 'opencv==3.1', 'jupyter==1.0', 'notebook==5.4.1', 'pandas==0.22', 'theano', 'keras==2.1.5', 'mkl-service==1.1.2']

Could not solve for environment specs
Encountered problems while solving:

  • package libnghttp2-1.46.0-ha19adfc_0 requires openssl >=3.0.0,<4.0a0, but none of the providers can be installed

The environment can't be solved, aborting the operation

�[91mtime: 33.055
�[0mRemoving intermediate container 56cadc022b99
The command '/bin/sh -c TIMEFORMAT='time: %3R' bash -c 'time ${MAMBA_EXE} env update -p ${KERNEL_PYTHON_PREFIX} --file "environment.yml" && time ${MAMBA_EXE} clean --all -f -y && ${MAMBA_EXE} list -p ${KERNEL_PYTHON_PREFIX} '' returned a non-zero code: 1
`

Real-time two-way synchronization between .tex and .ipynb files in the format of ultimate publication.

Hi,

I noted that the project is in the same format as the ultimate publicized book. So I want to achieve the following aims based on the project to generate the corresponding .tex source codes for publication with the following requirements:

  1. The .tex files for this project can be edited and managed by LaTeX IDE, say, texstudio.
  2. The .tex files are generated by .ipynb files of this project.
  3. Each time when I edited the .tex files or the corresponding .ipynb notebooks, synchronization will be triggered between them to ensure the changes are applied to both appropriately.

Is it possible for me to achieve this goal for this project?

Any hints will be highly appreciated.

Best regards
HY

a question about total-variation denoising

Hi Beyeler!

I meet a question about the code denoise(img, weight=0.1, eps=1e-3, num_iter_max=200) you posted at Ask Swiss. Sorry, I can't enter the google group because blocked, and even I can't find any contact to you. And lastly, I post the question under the issue. Do you have a communication software such as skype or QQ? My emial: [email protected]. I look forward to hear from you! 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.