cv2
Here are 239 public repositories matching this topic...
-
Updated
Jan 30, 2020 - Python
-
Updated
Feb 5, 2019 - Python
add requirements.txt
A requirements.txt would help others install the required packages.
In the readme.me you list cv2 for example, which isn't found on pypi by that name.
https://pypi.org/search/?q=cv2
requirement.txt
Hey! Great work, that could be a great example in ML courses.
It would maybe benefit from having a pip requirement.txt files that would automatize the install:
Pillow==7.0.0
opencv-python==4.2.0.32
torch==1.4.0
numpy==1.18.2
matplotlib==3.0.3and the installation would sum up to:
python3 -m pip install -r requirement.txt-
Updated
Mar 16, 2020 - Jupyter Notebook
-
Updated
May 9, 2020 - Python
-
Updated
Feb 3, 2020 - Python
-
Updated
Dec 26, 2019 - Python
-
Updated
Jan 31, 2019 - Python
-
Updated
Jan 28, 2020 - HTML
-
Updated
Nov 9, 2019 - Python
-
Updated
Feb 7, 2019 - Python
-
Updated
Oct 22, 2019 - Python
-
Updated
May 31, 2018 - Python
Currently pressing ctrl+c simply exits the program.
It would be nice if we can handle that and print something nice like Canceled by the user or something similar.
-
Updated
Sep 7, 2019 - Jupyter Notebook
-
Updated
Feb 16, 2017 - Jupyter Notebook
-
Updated
May 4, 2019 - Python
-
Updated
Nov 6, 2017 - Python
-
Updated
Feb 27, 2020 - Python
-
Updated
Dec 28, 2019 - Jupyter Notebook
-
Updated
Jul 11, 2018 - Python
-
Updated
Oct 28, 2019 - Jupyter Notebook
-
Updated
Aug 22, 2018 - Python
Improve this page
Add a description, image, and links to the cv2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cv2 topic, visit your repo's landing page and select "manage topics."
In your web documentation at http://docs.donkeycar.com/guide/build_hardware/, the link to the webpage entitled Roll Your Own is broken. The link is to http://docs.donkeycar.com/roll_your_own.md but it the link should instead lead to http://docs.donkeycar.com/roll_your_own/.
Hopefully this helps.