Matthew J. Oldach

Results 67 issues of Matthew J. Oldach

I right click command prompt and select run as administrator before typing the command: `powershell -NoProfile -ExecutionPolicy Unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.github.com/webcoyote/linux-vm/master/INSTALL.ps1'))` It's exiting on an error: ``` Microsoft Windows...

> To download the required data for training/testing, please refer to the `README.md` at `data` directory. I'm not seeing a `README.md` in the data directory. How can I download the...

Really strange issue, I had widgetframe working for rglwidget() earlier and then all of a sudden it stopped working. I've tried the leaflet example from your vignette also. It loads...

I'm getting the following error: ``` 2021-03-24 12:08:59.689159: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.11.0 Traceback (most recent call last): File "style.py", line 167, in main() File "style.py", line 117,...

I'm getting an error trying to train checkpoints using `style.py` and the traceback seems to point to: `Not found: ./bin/ptxas not found` as the source of the error. Do you...

I was able to get my environment setup successfully to run `eval`; however, now, trying `train` I'm running into an issue. Not sure if it's a syntax issues or if...

I'm trying to use the `first-order-model`'s `crop-video.py` which calls `face-alignment` and I'm getting the following error: ``` (venv) mtg@mtg-ThinkPad-P53:~/r-projects/first-order-model$ python crop-video.py --inp drivers/laugh1.mp4 Downloading: "https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth" to /home/mtg/.cache/torch/hub/checkpoints/s3fd-619a316812.pth 100%|██████████████████████████████| 85.7M/85.7M [00:18

I would like to overlay two images with `image_mosaic()` where one of the images is **50% transparent**. I was able to find a solution that works using the `CLI` but...

I'm relatively new to `Shiny` so what I'm trying to achieve is the following: Have an `observeEvent` where I * Take a picture with {`shinySense`} * Save a _variable_ `ggplot2`...

I'm running into problems trying to build `htslib-1.11.tar.bz2`: ``` $ wget https://github.com/samtools/htslib/releases/download/1.11/htslib-1.11.tar.bz2 $ tar -xf htslib-1.11.tar.bz2 $ cd htslib-1.11 $ ./configure PREFIX=/project/M-mtgraovac182840/tools/htslib-1.11 checking for gcc... gcc checking whether the C...