Bryan Hughes

Results 19 issues of Bryan Hughes

I am running the basic example on the README: ``` import cv2 import numpy as np import insightface from insightface.app import FaceAnalysis from insightface.data import get_image as ins_get_image app =...

I have a fresh install of Ubuntu 22.04. When I try to do the docker build as in the instructions I get the following: ``` $ sudo docker build -t...

I successfully built a custom docker which included me creating a custom package where I needed to install the dependencies for the application that I am writing. After much trials...

I reinstalled the Riva Server and am running it following these steps: https://github.com/dusty-nv/jetson-containers/tree/master/packages/audio/riva-client It sort of works. I can run the `Streaming ASR` test, which mostly works (sometimes I have...

**Describe the issue** I followed each instruction from the online tutorial (https://jetsonhacks.com/2023/05/30/jetson-orin-nano-tutorial-ssd-install-boot-and-jetpack-setup/) and it failed to flash the Nano. I tried it on both 20.04 and 22.04. **Which version of...

bug

Just got my brand new AGX and successfully set it up. It is clear there are changes in this model from previous ones. I am following the instructions and I...

### System Info ``` $ uname -a Linux mimzy-jetson 5.15.122-tegra #1 SMP PREEMPT Mon Dec 18 21:24:25 PST 2023 aarch64 aarch64 aarch64 GNU/Linux $ python --version Python 3.10.12 ``` Hardware:...

**Description** I am trying to use pynput and getting the exception `AttributeError: record_create_context` **Platform and pynput version** ``` System is Ubuntu 22.04: Linux mimzy-jetson 5.15.122-tegra #1 SMP PREEMPT Mon Dec...

I cloned the repo and created the `venv` virtual environment using `python3.10.12`. Got the following error: ``` (venv) bryan@mimzy-jetson:~/git/NanoLLM$ pip3 install -r requirements.txt Requirement already satisfied: torch in ./venv/lib/python3.10/site-packages (from...