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,025 public repositories matching this topic...

openpose
ran2207
ran2207 commented Dec 5, 2019

I am having difficulty in running this package as a Webservice. Would appreciate if we could provide any kind of documentation on implementing an API to get the keypoints from an image. Our aim is to able to deploy this API as an Azure Function and also know if it is feasible.

shinigami1992
shinigami1992 commented Oct 13, 2019

Hi, thanks for your great work.

I'm trying to apply cyclegan on my own custom anime dataset to learn facial expression transfer.
My dataset includes 2000 sad and 2000 happy images.

I run the training process for about 100k iterations.

The problem is that I only see some small changes specially in mouth part. Do you have any suggestion? How can I make network more flexible for changing di

atiato
atiato commented Aug 7, 2018

Dears,

if somebody has instructions , my target is to recognize a face using tensor flow but I didn't find a full instructions which scripts to use to do the following :
1- crop faces
2- Train images .
3- face recognition.

if examples or sample commands that would be appreciated!

I have Ubuntu Linux with python and tensor flow environment ready.

appreciate your steps to go forward

lkiani
lkiani commented May 18, 2019

Which images should I use in the evaluation code?
I compared the generated images with Ground truth images and generated images with labels but got an error and the result of all the parameters was zero.
Generated images should be converted to label?
Solving this problem is very important to me.
thank you
![57882413-e101bd00-7838-11e9-8ffe-b0ef87f6e346](https://user-images.githubusercontent.c

ludwig
BenMacKenzie
BenMacKenzie commented Mar 12, 2019

The diagram in documentation suggest yes, but num_fc_layers and fc_layers are not listed as available parameters as they are for e.g., parallel cnn or stacked cnn.

It does not seem like it is supported based on a few experiments however I am using the RNN encoder inside a sequence combiner, so possibly this is causing problems.

for example, this does not seem to add any fc_layers:

co

IRDonch
IRDonch commented Jan 31, 2020

Torchvision's setup.py defines a scipy extra that pulls in the scipy dependency that is needed by some of Torchvision's modules. This lets you use torchvision[scipy] as an argument to pip install, which is good, since it's a way to explicitly state that you're installing SciPy as a dependency of Torchvision.

However, this extra doesn't seem to be documented anywhere, so it's unclear w

greyltc
greyltc commented Nov 25, 2018
  • 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
MaJian199609
MaJian199609 commented Mar 16, 2019

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

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

Current behavior

Expected/desired behavior

Reproduction of the problem

If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the steps to reproduce.

What is the expected behavior?

Xiaokeai18
Xiaokeai18 commented Mar 21, 2019

In the tutorial doc of chapter 1 "Basics/variables", there might be a misktake here:

# "variable_list_custom" is the list of variables that we want to initialize.
variable_list_custom = [weights, custom_variable]

# The initializer
init_custom_op = tf.variables_initializer(var_list=all_variables_list)

The last line of the code above might end up with var_list=**variable_list_

You can’t perform that action at this time.