Computer vision

Results 56 comments of Computer vision

Mobilenetv1 is correct, but V2 is wrong

@1996scarlet 用webcam试了一下,我有一张照片和stalin的相似度高达99%:)

Hi, Mr.Wang, Thanks a lot for your quick response and the information you provided. I have looked through the source code of faceverification.cpp, there was no specific code for DeepID,...

I have downloaded LightenedCNN_B.caffemodel from Xiang Wu's project website and want to have a try, but how about the "weights" which defined in faceverification.cpp? is there a default or optimized...

I modified the run_verification.bat as follow: FaceVerfication.exe --gpu=0 --model=CASIA_train_test.prototxt --weights=LightenedCNN_B.caffemodel pause when I run this bat, I got these errors: I0124 09:41:13.860607 7600 layer_factory.hpp:76] Creating layer memory_data I0124 09:41:13.861608 7600...

Hi, Mr.Wang, Thanks a lot for your answer. The face detection/alignment is not a problem as I am also familiar with Dlib and OpenCV, however, I am a totally beginner...

Hi, Mr,Wang, Thanks you very much for all the information you provided. Is the detection algorithms or DeepID from CUHK open sourced and commercial friendly? if not, I will prefer...

For the face detection, do you have plan to replace DLib with ccv(http://libccv.org/)? Dlib is really slow, especially on HD(e.g.1080P) images, and you have to pyramid_up before detection the face,...

你说的是基于公开数据集,比如CASIA-WebFace,做清洗工作么,还是基于现拍的照片更好?有些模型最少要50万张照片,公司有个小姑娘倒是有时间做,要是她一个人清洗的话,50万张...洗完这个估计得洗眼睛去了:),在别的啥也不干的情况下,最多估计能发动10个人并行地去做,但每人5万张也够他们喝好几壶的,呵呵。我先让他们试试。多谢啊。

我在你的另一个项目faceverification当中看到,图片集的问题貌似已经解决了?首先祝贺一下,呵呵。另外,我还想问一下,那个项目当中训练好的model,可以直接用在本项目的examples\faceverification当中么?效果应该是一样的吧。谢谢