Skip to content
#

Computer vision

Computer vision is an interdisciplinary field that deals with how computers can be made to gain high-level understanding of digital images and videos.

Here are 8,799 public repositories matching this topic...

openpose
arduinepo
arduinepo commented Apr 10, 2020

Hi,
I thank you very much for your excellent work. However, I endure difficulties understanding your code ; my Java and Python training explain it a bit, but I think it would be great for everyone if it was documented. I mean a short explanation of each - complex - function, its role and its algorithm. I would be especially interested in a documentation of the tracker.
I thank you very much in a

hwiesmann
hwiesmann commented Mar 11, 2020

Expected Behavior

Proper/documented intentional conversion between different integer types.

Current Behavior

At a couple of positions in the code longs are converted to int without proper casting. While this may be nowadays relatively uncritical (most of the computers are probably running with 64 bit integers anyway), there might be some issues on older machines where (unsigned) long an

ludwig
ZeroAurora
ZeroAurora commented Mar 6, 2020

Is your feature request related to a problem? Please describe.
Other related issues: #408 #251
I trained a Chinese model for spaCy, linked it to [spacy's package folder]/data/zh (using spacy link) and want to use that for ludwig. However, when I tried to set the config for ludwig, I received an error, which tell me that there is no way to load the Chinese model.

ValueError: Key ch
momo1986
momo1986 commented Mar 26, 2020

Hello, dear Mediapipe guys.

I want to inference the hand pose with Mediapipe model and my own model.

I have my own tf-lite models, it can work on the RGB bitmap.

I try to query the RGB bitmap from input frame with data packet.

My code is

private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
 
mshtang
mshtang commented Oct 26, 2018

I'm submitting a ... (check one with "x")

[ ] bug report
[x] help wanted
[ ] feature request

Current behavior
VS2017+OpenCV3.4.2版本在debug模式下编译解决方案报错:
Severity Code Description Project File Line Suppression State
Error C2039 'channels': is not a member of 'cv::DataType<_Tp>' libeasypr c:\opencv\build\include\opencv2\core\mat.inl.hpp 1099
Error C3867 'cv::Mat::channels

You can’t perform that action at this time.