wongts
July 6, 2020, 8:04am
#1
@numbqq , @Frank
when i run UVC demo,
root@Khadas:~/aml_npu_demo_binaries/detect_demo# ./detect_demo_uvc /dev/videoX 1 > /dev/null
i got error …
error while loading shared shared libraries: libovxlib.so: cannot open shared object file: No such file or directory
anyone can help?
numbqq
July 6, 2020, 8:15am
#2
You need to instll the libraries first.
$ sudo ./INSTALL
wongts
July 6, 2020, 8:22am
#3
@numbqq
i already run
:~/aml_npu_demo_binaries/detect_demo# ./INSTALL
but it still get the error
error while loading shared shared libraries: libovxlib.so: cannot open shared object file: No such file or directory
numbqq
July 6, 2020, 8:27am
#4
Which image you used to test?
wongts
July 6, 2020, 8:36am
#5
@numbqq
i use VIMx.Ubuntu.mainline.5.5.xfce.bionic.test.emmc.kresq
thx
numbqq
July 6, 2020, 9:01am
#6
Only 4.9 kernel support NPU now, please use 4.9 kernel image.
wongts
July 6, 2020, 10:06am
#7
@Frank @numbqq
I reinstall the 4.9 kernel image ,
I used FB mode to runt eh yolov3_Demo
i use the command : ./detect_demo_uvc /dev/video0 2
but still get an error
how to fix it? thx
Frank
July 7, 2020, 1:45am
#8
@wongts Do you change the nb file which train by youself
wongts
July 7, 2020, 1:53am
#9
i just download the yolov3 demo from gitlab without change anything, but it got this error message
Frank
July 7, 2020, 2:28am
#10
@wongts Do you run .INSTALL
?
wongts
July 7, 2020, 2:37am
#11
yes , i follow all the instructions
Frank
July 7, 2020, 3:23am
#12
@wongts Which one images you use ? I will try it .
wongts
July 7, 2020, 3:35am
#13
thx , I am using VIMx.Ubuntu-xfce-bionic_Linux-4.9_arm64_V20191231.emmc,
update my situation:
I got the error by running the detect_demo
But i am successful to run the detect_demo_khadas
@wongts That is a very old image, please use latest 4.9 image,
Frank
July 9, 2020, 9:11am
#15
@wongts Every time you run different demo . You all need to run ./INSTALL
again . Becuase the share library and nb file was different . Do you run ./INSTALL
again before you run detect_demo ?
1 Like
wongts
July 9, 2020, 9:54am
#16
everytime i run ./INSTALL before run ./detect_demo_uvc
My os image : VIM3_Ubuntu-xfce-bionic_Linux-4.9_arm64_EMMC_V20191231
DDK version: DDK 6.3.3.4
i get some error by using my own trained yolo3
Frank
July 9, 2020, 9:56am
#17
@wongts So the origin SDK works fine ?
Do you followup our docs to modified the code ?
wongts
July 9, 2020, 10:02am
#18
i am successful to run the detect_demo_khadas
but fail to run my own model
i follow all the procedures from https://docs.khadas.com/vim3/HowToTransformYolo.html )
1 Like
Frank
July 13, 2020, 2:04am
#19
@wongts There have a error,
change the lastest value of size[3] to num_class*3
it should be
change the lastest value of size[3] to (num_class+5)*3