roboserg

Results 17 issues of roboserg

Downloaded latest binary, double click on .exe -> nothing happens

What the titles says. If I log the speed, I dont need to see old values, only the current ones. Also auto scroll would be cool

Installing fastai installs a package called "click" with a version of 8.0 Exectuing the following line `from fastai.callback.wandb import *` will error out with the **ModuleNotFoundError** (pic - https://i.imgur.com/fpt75Qw.png) Installing...

Is there a tutorial or documentation of how to feed a COCO dataset for custom training? The tutorial I see uses a LabelMe service and the dataset has a JSON...

Instance segmentation support?

Существуют ли видео этих лекций / семинаров или только ноутбуки?

Curious if your talk was recorded

Basically: 1. when does the course start 2. will there be videos available? 3. Can I use Keras to train agents _externally_ using python + keras?

Its said "Simply inject the dll and call the export below", but where do I call it? I put the path like this (https://puu.sh/yfXDM/41bc9a495f.png), compiled to dll, injected to notepad,...

I compiled MemorySharp-x86-64, but when I try to create a MemorySharp class of the 64 bit app it crashes: Process Process = Process.GetProcessesByName("notepad").FirstOrDefault(); var sharp = new MemorySharp(Process); // crashes...