-
## Description
Hi! I have an experiment about Object Counting, which needs variant inputs.
I write the code with Gluon, and hybridize the model with `static_alloc=True`
I found there is obvious dif…
-
In recent times, Machine Learning (ML) based algorithms have been able to achieve
very promising results on many pattern recognition tasks, such as speech, handwriting,
activity and gesture recogn…
-
Script identification is a crucial step in digitizing multilingual documents. In addition
to simplifying the OCR process, it could be used for many other tasks like document
indexing, routing, and c…
-
-
Now for the fun part! We have a [bunch of rules](
https://github.com/Benjamin-Lee/deep-rules/issues?q=label%3Arule) that have been proposed, but can only have ten rules in the paper:
[![graph](
h…
-
# Dense Prediction API Design, Including Segmentation and Fully Convolutional Networks
This issue is to develop an API design for dense prediction tasks such as Segmentation, which includes Fully C…
-
I create a wpf demo for face compare, the code is as following:
```
private void StartVideo()
{
tVideo = new Thread(new ThreadStart(() =>
{
…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Windows…
-
## Expected Behavior
Successful Compilation on executing command `python setup.py install`
## Current Behavior
cmake build succeeds, but `python setup.py install` fails with
187 Warnings
2 …
-
Trying to compile Dlib with CUDA support for Python. I have cloned the github source into my local and installed necessary libs like cmake etc... and initiated the build.
**python setup.py install …