flankechen

Results 18 issues of flankechen

Thanks for sharing the code! I have port it to windows. I am trying to reproject world origin(surface) back to every frame. I copy the world to camera matrix by...

in the detect_face.m line 34: `im_data=(imResample(img,[hs ws],'bilinear')-127.5)*0.0078125;` how to understand this magic number?

nice work! is this implementation follow the ECCV08 paper, Cat Head Detection - How to Effectively Exploit Shape and Texture Features by Weiwei Zhang, Jian Sun, and Xiaoou Tang? with...

error on batch run but OK in single image error message says: Error: Sizes of tensors must match except in dimension 1. Expected size 49 but got size 7 for...

Hi, do you change the cnn model to make it faster? Did you use depth-wise conv? In my code, Pnet forward and pyrimid running of cnn takes most of time....

`fetchUserInfo` is deprecated 请问现在如何刷新fetch 当前用户表里的信息呢?

跟着官网的文档, 3.6.3, 用ndk 17会报错 `* What went wrong: Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'. > A problem occurred starting process 'command '/home/sensetime/Android/Sdk/ndk-bundle/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-strip''` 换成NDK 13b就能编译通过