facenet-keras icon indicating copy to clipboard operation
facenet-keras copied to clipboard

能否使用自己搭建的backbone网络训练,能否使用自己的数据集

Open dolphin-Jia opened this issue 4 years ago • 1 comments

我用自己搭建的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主的格式整理数据,然后就可以训练了吗

dolphin-Jia avatar May 12 '21 05:05 dolphin-Jia

1、输入为什么是224,224,3,感觉你网络没搞好 2、按格式整理后生成txt就可以训练

bubbliiiing avatar May 13 '21 08:05 bubbliiiing