Skip to content
#

vision

Here are 626 public repositories matching this topic...

ZoroDerVonCodier
ZoroDerVonCodier commented Apr 21, 2018

Line 1137 of the Caffe.Proto states "By default, SliceLayer concatenates blobs along the "channels" axis (1)."

Yet, the documentation on http://caffe.berkeleyvision.org/tutorial/layers/slice.html states, "The Slice layer is a utility layer that slices an input layer to multiple output layers along a given dimension (currently num or channel only) with given slice indices." which seems to be

fasterpython
fasterpython commented Aug 31, 2018

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

EmmanuelP
EmmanuelP commented Aug 29, 2019

The next stable release will probably be Aravis 1.0. I'm currently reviewing the API and make some corrections before the API freeze. That means API breaks happen:

  • arv_device_set_*_feature_value functions take a GError
  • device_get_status moved to ArvCamera

Improve this page

Add a description, image, and links to the vision topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vision topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.