Simon Bunn
Simon Bunn
Works great with v2 boards, can we have a v3 update?
Got it working thanks after your notes on g++ Only issue is the very last line ./realsr-ncnn-vulkan -i ../images/0.jpg -o ../images/out.png -s 4 -x -m ../models/models-DF2K The file is actually...
I was at the step of make -j4 install in glslang and had two fatal errors come up: `[ 55%] Building CXX object External/spirv-tools/tools/CMakeFiles/spirv-objdump.dir/objdump/objdump.cpp.o /home/simon/glslang/External/spirv-tools/tools/objdump/objdump.cpp:15:10: fatal error: filesystem: No such...
I did a clean install of JetPack 6.0DP on my Jetson Orin Nano. Onto a 500 Gb NVMe drive. All good and eveything installed. Then installed jetson-inference and jetson-containers from...
Hi Dusty, you are missing a line in the build instructions: ``` git clone https://github.com/dusty-nv/jetson-utils mkdir build cd build cmake ../ make -j$(nproc) sudo make install sudo ldconfig ``` should...