Hunter Norman
Hunter Norman
As of torchvision version 0.15.0 the 'resnet' module no longer contains the attribute 'model_urls' referenced in resnet_encoder.py. This error was fixed by downgrading my torchvision to 0.14.1, but anyone trying...
**Describe the bug** Attempting RGBA/BGRA to Gray color conversion results in an error. `ERROR: Invalid convert color code: 10` **Steps/Code to reproduce bug** Call cvcudaCvtColorSubmit with either NVCV_COLOR_BGRA2GRAY or NVCV_COLOR_RGBA2GRAY...
I ran the following Python script after compiling and installing jetson-utils on my Orin devkit: ```python from jetson_utils import videoSource, videoOutput options = {} video_input='/dev/video0' input_stream = videoSource(video_input, options=options) video_output='rtsp://@:1234/output'...
The CMake scripts pull the "master" branch of the Pico SDK which is now updated to 2.0.0 which will not work with the code in this repo. Doing a git...