ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

Resource in the example is not available any more

Open heagoo opened this issue 1 year ago • 0 comments

In example file: https://github.com/Tencent/ncnn/blob/master/examples/rvm.cpp Here mentions the resource location: //original pretrained model from https://github.com/PeterL1n/RobustVideoMatting //ncnn model https://pan.baidu.com/s/11iEY2RGfzWFtce8ue7T3JQ password: d9t6 if (net.load_param("rvm_512.param")) exit(-1); if (net.load_model("rvm_512.bin")) exit(-1); But looks like not available any more. Can you help re-upload it?

heagoo avatar Jun 01 '24 13:06 heagoo