Code Monkey home page Code Monkey logo

Comments (2)

felixchenfy avatar felixchenfy commented on May 20, 2024

您好, 应该是相对路径的问题:
如果你在目录 X 下运行了某个python程序, 设置的模型的路径是一个相对路径 model_path=model/trained_classifier.pickle,那么
with open(model_path, 'rb') 这句话就会试图去打开 X/model/trained_classifier.pickle.

解决办法:
要么把相对路径改为绝对路径: 例如model_path=C:/Users/model/trained_classifier.pickle, 要么在合适的目录下运行程序

from realtime-action-recognition.

heavenluv avatar heavenluv commented on May 20, 2024

好的我已经解决了 谢谢!

from realtime-action-recognition.

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.