facenet-keras
facenet-keras copied to clipboard
能否使用自己搭建的backbone网络训练,能否使用自己的数据集
我用自己搭建的mobilenet-v2跑训练,报错Graph disconnected: cannot obtain value for tensor Tensor("input_2:0", shape=(?, 224, 224, 3), dtype=float32) at layer "input_2". The following previous layers were accessed without issue: []
另外我想训练自己的数据集,可以直接替换database文件,并按up主的格式整理数据,然后就可以训练了吗
1、输入为什么是224,224,3,感觉你网络没搞好 2、按格式整理后生成txt就可以训练