Python常用指令收集 import shutil shutil.move(source,dest) 可用于批量修改文件夹名称
Linux & Docker常用指令 Docker 测试docker正常可用: docker run hello-world 查看当前镜像运行状态: docker ps -a 启动已经停止运行的容器: docker start [CONTAINER_ID] 从镜像启动(在后台启动)一个容器:docker run -itd [IMAGE_TAG] –gpus all [-v 主机目录:子机目
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick
使用Cloudflare系列服务的自建穿透和常见服务部署方案
版本记录 2025-05-07~2025-05-08:初稿 前言 一直以来都想有一台自己的服务器,主因在于期待长时在线和即时自动化服务响应的便利性。 举一个需求,知识库和囤积库为例,我一直深受自己的囤积癖困扰,长期处在一种信息过载的状态中,所以就自然而然的想要一个能够随时记载并归类我的想法的服务,这种服务虽然有一些现成应用选择,但是往往定制度很低,且横向比较下来对自动化流程、AI的支持度也不高。基
GAMES203-02 Registeration 配准
What is Registeration? Registeration refers to align two shapes/scans (such as point clouds) give an intial guess for relative transform. Classifications of the task Fully Overlap vs Partially Overla
GAMES203-01 Introduction & Scanning 课程介绍、扫描方法
Introduction Generally when we trying to turn a real world object into digital 3d object and further real world 3d-printing object, we follow the geometry processing pipeline: reconstruction from real
Perron-Frobenius定理及其应用
概述 特征值和特征向量理论提供了简化矩阵运算和理解刻画矩阵性质的工具,其中Jordan标准型理论给出了复数矩阵的一种最简形式,是刻画矩阵性质、进行计算的一种简便方法. 但在许多实际问题中由于矩阵规模大、Jordan标准型求解方法的数值稳定性差等原因难以使用Jordan标准型进行数值计算.故而我们需要应用Gershgorin圆盘定理等来获得矩阵的特征值这一重要信息. 特别的,对于正矩阵(非负矩阵),