Qengineering / realsr-ncnn-Jetson-Nano

Award winning RealSR super resolution with ncnn on Jetson Nano
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
36 stars 11 forks source link

nvdc issue #2

Closed rsingh2083 closed 3 years ago

rsingh2083 commented 3 years ago

While running the executable Im getting this error :-


~/realsr-ncnn-vulkan/build$ ./realsr-ncnn-vulkan -i ../images/0.jpg -o ../images/out.png -s 4 -x -m ../models/models-DF2K
[0 NVIDIA Tegra X1 (nvgpu)]  queueC=0[16]  queueG=0[16]  queueT=0[16]
[0 NVIDIA Tegra X1 (nvgpu)]  bugsbn1=0  bugbilz=0  bugcopc=0  bugihfa=0
[0 NVIDIA Tegra X1 (nvgpu)]  fp16-p/s/a=1/1/1  int8-p/s/a=1/1/1
[0 NVIDIA Tegra X1 (nvgpu)]  subgroup=32  basic=1  vote=1  ballot=1  shuffle=1
decode image ../images/0.jpg failed
nvdc: start nvdcEventThread
nvdc: exit nvdcEventThread
Qengineering commented 3 years ago

It seems 0.jpg can not be found, or, better said, can not be read somehow. Your installation seems to be all right, given the NVIDIA messages at the start.

rsingh2083 commented 3 years ago

Tried with small size image. Working now.