Go for it
opencv-installation opencv-installation
CentOS 7 编译 Opencv C++ 1 安装依赖项sudo yum -y install epel-release sudo yum -y install gtk2-devel sudo yum install -y libp
2023-09-15
10-shell 10-shell
Shell 变量在 Shell 脚本中,定义变量直接赋值即可,使用变量时需要在变量名前加美元符号$,注意定义变量时变量名和等号之间不能有空格。变量名的命名必须遵循以下规则: 命名只能使用英文字母,数字和下划线,首个字符不能以数字开头。 中
2023-08-16
terminology terminology
TERMINOLOGYFLOPs FLOPs:(部分大写,小s)floating point operations 指的是浮点运算次数,理解为计算量,可以用来衡量算法/模型时间的复杂度。 FLOPS:(全部大写,大s),Floating-p
2023-08-16
LibTorch LibTorch
LibTorch源码编译 Build from sourceStep 1 Download pytorchgit clone --recursive https://github.com/pytorch/pytorch cd pytorc
2023-08-16
design-pattern design-pattern
设计模式 创建型模式 创建型模式(Creational Pattern)主要关注对象创建过程的灵活性和可复用性 工厂方法 工厂方法模式是一种创建型设计模式, 其在父类中提供一个创建对象的方法, 允许子类决定实例化对象的类型 如果无法预
2023-08-16
09_python_pytorch_tensorflow 09_python_pytorch_tensorflow
Python第三方库大全https://juejin.cn/post/6978275187749830663#heading-55 rehttps://www.liujiangblog.com/course/python/72 https:
2023-01-10
08_linux_shell 08_linux_shell
tutorialshttps://www.tecmint.com/linux-dir-command-usage-with-examples/ shell& 符号(非阻塞运行,后台运行) 手动 ctrl+z fg <=>
2023-01-10
07_bugs 07_bugs
CUDARuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling cublasCreate(handle)显存不够了 类似out of memory OMP
2023-01-09
06_client_server 06_client_server
1 本地服务地ssh linux 下开通 ssh https://www.jianshu.com/p/c7bdb0647c6b 默认是关闭的 2 linux配置calsh代理​ https://zhuanlan.zhihu.c
2023-01-09
05_tools 05_tools
ffmpeghttps://nicehuster.github.io/2020/03/26/ffmpeg/ https://blog.51cto.com/fengyuzaitu/2801172 installation https://c
2023-01-09
1 / 2