pxlong
pxlong
Hi, first of all, this library is awesome!!! Thanks for your contributions. I am just wondering if there is a way to use hyperas tuning **learning rate** since I have...
感谢开源这么棒的项目。我们测试了一下,发现mtcnn的检测框在视频流(红外的视频流,原始图是灰度图)上非常不稳定,在人脸不动的情况下,也一直在抖(也会变大变小),人脸姿态变化较大的话也容易丢。 请问,有什么办法能改善这个问题吗?
您好,我在PC和arm-cortex-A9 (32bit) 上分别测试了一下这个模型。PC上的效果很赞,但是不知道为何arm上的效果不佳,我怀疑是编译问题还是在arm上需要对网络进行特殊配置? 我使用的arm交叉编译命令为: ``` $ cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_TOOLCHAIN_FILE=../Toolchain-arm-linux-gnueabihf.cmake -DSIMD_ARCH_TYPE=arm ``` 在arm上运行的结果如下(输入图像为images中的4.jpg,没到找到face): ``` $ ./SampleMTCNN 4.jpg rnet = 0.5 M, onet = 2.1 M convert cost: 32.968 ms Pnet...
Hi, there is a new stere+imu vio method -- msckf_vio https://github.com/KumarRobotics/msckf_vio. Do you have a repo to run this method with MYNT EYE camera?