Giter VIP home page Giter VIP logo

Comments (7)

seathiefwang avatar seathiefwang commented on June 24, 2024 1

saver.restore(sess, tf.train.latest_checkpoint('.'))
将这句代码中的'.' 修改成你的模型所在的位置。
例如:saver.restore(sess, tf.train.latest_checkpoint( "your path"))

from facerecognition-tensorflow.

JunjieMiao avatar JunjieMiao commented on June 24, 2024 1

模型所在的位置在哪里呢

from facerecognition-tensorflow.

Liyilang1 avatar Liyilang1 commented on June 24, 2024

一样又这个。。很难受

from facerecognition-tensorflow.

wusonga avatar wusonga commented on June 24, 2024

没有生成模型,源码只有正确率大于0.98才会生成模型,改小一点

from facerecognition-tensorflow.

lanzj23 avatar lanzj23 commented on June 24, 2024

Can't load save_path when it is None. 问题,首先要生成模型,然后找到模型所在的位置如:“C:\User\Administrator” 改成: saver.restore(sess, tf.train.latest_checkpoint(r'C:\User\Administrator'))

from facerecognition-tensorflow.

lanzj23 avatar lanzj23 commented on June 24, 2024

模型所在的位置在哪里呢

train_face运行成功后,在电脑硬盘中,搜索“train_faces.model”的位置即可

from facerecognition-tensorflow.

1107dingjiaxin avatar 1107dingjiaxin commented on June 24, 2024

电脑里面找不到这个“train_faces.model”文件,可能是什么原因呢?

from facerecognition-tensorflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.