vision
Here are 669 public repositories matching this topic...
In README.md, it says:
SETX PATH C:/Python27/;C:/Python27/Scripts/;C:/OpenCV2.3/opencv/build/x86/vc10/bin/;%PATH%
SETX PYTHONPATH C:/OpenCV2.3/opencv/build/python/2.7/;%PYTHONPATH%
however, the correct one should be:
SETX PYTHONPATH C:\OpenCV2.3\opencvbuild\python\2.7;%PYTHONPATH%
SETX PATH C:\Python27;C:\Python27\Scripts;C:\OpenCV2.3\opencv\build\x86\vc10\bin;%PATH%
and also, it's only
Broken link
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.
-
Updated
Apr 30, 2020 - Swift
-
Updated
Feb 7, 2018 - Swift
Per this comment in #12
-
Updated
Apr 25, 2018 - C++
-
Updated
Aug 14, 2017 - Swift
I'm playing CudaSift. Cool job...
But, in order to have it installed easily, you may have to:
- Add "Copyright.txt" file under root folder
- Better to have a version file, now 4.0.0?
- sm_52 is for my computer now. So, maybe, you can let the users to choose their own Cuda architecture???
Cheers
Pei
-
Updated
Oct 4, 2019 - Python
-
Updated
Feb 4, 2020 - Python
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Aug 9, 2019 - Python
-
Updated
May 7, 2019 - Cuda
-
Updated
Jun 25, 2019 - Python
Hi
Can someone supply an example on how to initialize an Aravis.Buffer via new() or new_full() using a preallocated memory buffer. (https://lazka.github.io/pgi-docs/Aravis-0.6/classes/Buffer.html#Aravis.Buffer.new)
End goal is to use buffers in shared memory so I can share them between python processes using multiprocessing.
-
Updated
Feb 20, 2018 - Jupyter Notebook
-
Updated
Jan 8, 2020 - Python
Per https://www.chiefdelphi.com/t/cpp-multicameraserver-wont-build/375965/7, GRIP generates code that uses LineSegmentDetector. Per opencv/opencv_contrib#2016, LineSegmentDetector used Affero GPL v3 code and was removed. GRIP needs to remove the calls to LineSegmentDetector or relicense to a compatible license.
-
Updated
Jun 14, 2019
-
Updated
Apr 17, 2019 - Swift
-
Updated
Jun 2, 2020 - Swift
-
Updated
Dec 29, 2016 - C++
-
Updated
Jun 5, 2018 - C++
-
Updated
Jun 7, 2018 - Swift
-
Updated
Oct 8, 2019 - Swift
Improve this page
Add a description, image, and links to the vision topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vision topic, visit your repo's landing page and select "manage topics."
I am executing ML-examples ->cmsisnn-cifar10. While converting trained Caffe model into cmsis-nn by below command
python nn_quantizer.py --model models/cifar10_m7_train_test.prototxt --weights models/cifar10_m7_iter_300000.caffemodel.h5 --save models/cifar10_m7.pkl
getting an error message.
Traceback (most recent call last):
File "nn_quantizer.py", line 614, in
my_model.get_gra