nihui / dain-ncnn-vulkan

DAIN, Depth-Aware Video Frame Interpolation implemented with ncnn library
MIT License
515 stars 45 forks source link

Frame interpolation error #26

Closed meensukt closed 3 years ago

meensukt commented 3 years ago

Hi, I encountered an error when doing the interpolation

This is the command.

./dain-ncnn-vulkan -i input_frames -o output_frames

And the error is...

[0 Intel(R) Iris(TM) Plus Graphics 640] queueC=0[1] queueG=0[1] queueT=0[1] [0 Intel(R) Iris(TM) Plus Graphics 640] bugsbn1=0 buglbia=1 bugcopc=0 bugihfa=0 [0 Intel(R) Iris(TM) Plus Graphics 640] fp16p=1 fp16s=1 fp16a=1 int8s=1 int8a=1 fopen depthnet.param failed fopen depthnet.bin failed fopen flownet.param failed fopen flownet.bin failed fopen ctxnet.param failed fopen ctxnet.bin failed fopen interpolation.param failed fopen interpolation.bin failed dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin Referenced from: /Users/me/Desktop/DAIN-ncnn/./dain-ncnn-vulkan (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib

How do I fix this?

meensukt commented 3 years ago

I just upgraded macOS and now this issue is gone.