FaceNet
FaceNet copied to clipboard
Triplet generator
Hi,
Great codes. Thank you. I'm trying to understand your code structure. If I want to train on my own dataset, the process should be: Calculate embeddings > Save as pickle > Generate my own triplets.json > pre_process > train. Am I right?
Which file should I run before pre_process.py to generate embeddings and triplet.json?
嗨,
伟大的代码。谢谢。 我正在尝试理解你的代码结构。 如果我想在我自己的数据集上训练,那么过程应该是: 计算嵌入>另存为pickle>生成我自己的triplets.json> pre_process> train。我对吗?
我应该在pre_process.py之前运行哪个文件来生成嵌入和triplet.json?