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...
-
Updated
Apr 20, 2020 - Python
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
-
Updated
Apr 20, 2020
-
Updated
Apr 21, 2020 - Jupyter Notebook
-
Updated
Apr 14, 2020 - Python
if name == 'main':
main(parse_arguments(sys.argv[1:]))
Traceback (most recent call last):
File "", line 2, in
main(parse_arguments(sys.argv[1:]))
File "", line 16, in parse_arguments
return parser.parse_args(argv)
File "C:\Users\DELL\Anaconda3\lib\argparse.py", line 1730, in parse_args
Error on wiki?
The research paper for the same can be found here - https://docs.opencv.org/4.1.1/dd/d65/classcv_1_1ximgproc_1_1EdgeBoxes.html .
I can help with a rough draft. It'll be great if you could give it some finishing touches and post it out there for the community to view. It's falls in the class of algorithms with a similar objective as selective search.
I was thinking about implementing a custom controller for my setting but I'm not sure about which of the header files in firmware headers to include and/or inherit from as I can't find their related documentation nor comments inside the headers.
Looking at the con
ReadMe suggestion
-
Updated
Apr 8, 2020
-
Updated
Aug 13, 2019 - Lua
-
Updated
Mar 18, 2020 - Go
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
-
Updated
Feb 23, 2020 - Jupyter Notebook
Using Gstreamer isPlaying() always returns true even when paused and using plain ofVideoPlayer it returns false when paused. It would be great to have a standard behavior.
see:
arturoc/ofxGStreamer#27
-
Updated
Apr 2, 2020 - Lua
-
Updated
Jan 13, 2020 - Python
-
Updated
Apr 4, 2020
-
Updated
Apr 21, 2020 - C
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
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)->{
See discussion in pytorch/vision#1308 (comment)
We should add checks in https://github.com/pytorch/vision/blob/067704986d92a3dff4ccf4a686080b3d31390402/torchvision/models/detection/rpn.py#L440 so that it's clearer to users what they need to change if they face such an error in the future.
-
Updated
Oct 31, 2018 - Python
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
- Operating System: Linux
- Serpent.AI Version: 2018.1.2
- Backend: CPU
Expected result
sprites should be not be located if they're not on screen
Encountered result
false positive sprite location result
Steps to reproduce
i'm trying to navigate and click menu items with buttons of similar colors with
sprite_locator = SpriteLocator()
location = sprite_locato
-
Updated
Apr 21, 2020 - C#
-
Updated
Oct 11, 2019
Convert macro FPS_CALC to lambda and fix the call-sites.
Locations:
- apps/include/pcl/apps/manual_registration.h
- apps/include/pcl/apps/openni_passthrough.h
- apps/include/pcl/apps/pcd_video_player.h
- apps/include/pcl/apps/timer.h
Originally posted by @kunaltyagi in PointCloudLibrary/pcl#3885
-
Updated
Apr 11, 2020 - Jupyter Notebook
-
Updated
Apr 16, 2020