Giter Club home page Giter Club logo

hci-vision's Introduction

项目初始化

  • git clone path //下载项目到本地
  • git branch //查看分支 代码开发需要在feat分支下进行,功能完成后及时提交代码,避免代码覆盖
  • git checkout branch_name // 切换分支
  • 0.git pull //拉取远端代码
  • 1.git status // 查看文件状态
  • 2.git add . //将文件加入缓存区
  • 3.git commit -m "feat: 说明信息" //提交文件至本地代码库
  • 4.git push //提交代码至远端
  • (注:每次提交必须要经历上诉两个步骤)

依赖包安装

  • (注:由于pycharm建立项目时会自动生成venv文件(虚拟环境文件),会将工程环境与本地环境隔离,可以在File->settings->project->project interpreter 下进行设置python运行环境)

  • 该项目需要pyqt5依赖包

  • 本地下载

pip install pyqt5
  • venv下载
在File->settings->project->project interpreter 下进行设置python运行环境
添加镜像文件,下载对应依赖包
参考网址:https://blog.csdn.net/selfimpro_001/article/details/88670584
  • 文件说明
---CogPara.ui  //QT ui文件
---CogPara.py  //QT py文件
---CogParaWindow.py //主程序入口
  • 学习网址
参考网址:https://blog.csdn.net/u011740601/article/details/103952172

hci-vision's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.