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

saurabhbidwai
saurabhbidwai commented Sep 24, 2018

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

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
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

sotte
sotte commented Oct 3, 2019

Problem

torchvision has quite a few transforms, but I often find myself using the wrong one because the I misread/just skimmed the doc strings.

Solution

I'm suggesting to add examples / visualizations for each transform. This way it's easier to know what a given transform does.

After this improvement there should be an example (maybe a few where it makes sense) for each transform in

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?

LeonardoDavid
LeonardoDavid commented Nov 14, 2018
  • Operating System: Windows
  • Serpent.AI Version: not sure
  • Game: (Cuphead) Executable
  • Backend: GPU

i followed the hello world tutorial, created plug in for cuphead executable game when i launch the game i get this error

(AI) C:\Users\ANTONY\SerpentAI>serpent launch cuphead
Traceback (most recent call last):
  File "c:\programdata\anaconda3\envs\ai\lib\runpy
You can’t perform that action at this time.