George Profenza

Results 8 issues of George Profenza

I've replaced the older p5.app with the latest when I got prompted about the update, but the new p5.app doesn't run. It displays this dialog: [http://i.imgur.com/BMG33v1.png](http://i.imgur.com/BMG33v1.png) > The application "p5.app"...

Here's the basic code I ran to crash the editor: ``` function setup() { createCanvas(windowWidth, windowHeight, WEBGL); } function draw() { background(0); translate(width * .5, height * .5,0); rotateY(frameCount *...

Hi, I'd like contribute a plane utility. It is mostly based mostly on [ico_sphere](https://github.com/facebookresearch/pytorch3d/blob/main/pytorch3d/utils/ico_sphere.py). (I've followed the Contributing to PyTorch3D guide (signed CLA, ran linter, etc.)).

CLA Signed

Hello Jason, I've just tested your addon and it works great! Love the shell command options as well, quite handy. Is the image retrieved as YUV or RGB ? If...

Hi Chris, I've committed my minor tweaks to your OpenNI2Grabber to add support for multiple sensors and .oni files. Let me know if the code is acceptably (style/comments/etc.), otherwise please...

I'm trying executorch for the first time and I am trying to follow these guide: - https://pytorch.org/executorch/stable/demo-apps-ios.html - https://pytorch.org/executorch/stable/build-run-coreml.html I have already built and ran the add.pte example following the...

need-user-input
module: coreml

Hi Barak, I was going through the source code and couldn't find anything related to accessing button states and wanted to get your opinion. I would like to get the...

Hi, I've setup dependencies, downloaded and unpacked datasets and pretrained weights. However, I'm running into errors running the eval script: ```py python scripts/evaluate.py -o output/pretrained_models/lab/ ... Traceback (most recent call...