Yangyang Yu
Yangyang Yu
Can not switch change between 'OFF' and 'ON' OS : 10.13.4
same issue on jetson nano
@AblAzhidin Same problem.... meanwhile, the following piece of code is incompatible with current version of keras(2.1.5) and tensorflow(1.6.0) ```python for k in range(f.attrs['nb_layers']): if k >= len(model.layers): # we don't...
@okmmsky888 Thanks for your reply.
@AblAzhidin @taewookim I just replace the following piece of code ```python for k in range(f.attrs['nb_layers']): if k >= len(model.layers): # we don't look at the last (fully-connected) layers in the...
@CacheTechLtd 你要怎么用???我试了试,这个基于CNN的算法对摄像头要求比较高。训练准确率很高,但是实际使用的时候,因为摄像头跟记录REPLAY-ATTACK的摄像头不一致导致数据特征分布不一样,所以效果很差么,除非自己采集数据并在相同的摄像头下面测试和运行才有比较好的准确率。