Memories

有阴天,就会有晴天


  • Home

  • Tags

  • Categories

  • Archives

  • Search

Linux 常用配置

Posted on 2022-11-15 | Edited on 2024-12-25 | In Linux | Comments:

gh指令说明gh repo list kaylorchengh repo create kaylorchen/demo --privategh repo clone kaylorchen/demogh run list --repo kaylorchen/demo # 显示ci的信息gh run v ...

Read more »

CUDA学习记录

Posted on 2024-11-10 | Edited on 2024-12-25 | In cuda | Comments:

线程模型 条目 最大取值 备注 网格 x 2^31 - 1 网格 y 或者 z 63335 线程块 x 或者 y 1024 线程块 z 64 线程块最大线程数 1024

Read more »

轨迹跟踪学习笔记

Posted on 2024-05-15 | Edited on 2024-12-25 | In 轨迹跟踪 | Comments:

泰勒展开 一元泰勒展开$$f(x) = f(x_{k}) + (x-x_{k})f’(x_{k})+\frac{1}{2!}(x-x_{k})^{2}f’’(x_{k})+o^n$$ 二元泰勒展开$$\begin{array}{c}f(x, y)=f\left(x_{k}, y_{k}\rig ...

Read more »

How to Build the Cross-Compilation Environment

Posted on 2024-03-07 | Edited on 2024-12-25 | In Tools | Comments:

BackgroundsIn most cases, we now use QEMU technology to run ARM containers on X86 platforms, employing these containers as cross-compilation tools. Ho ...

Read more »

Run LLM on RK3588

Posted on 2024-02-09 | Edited on 2024-12-25 | In rk3588 | Comments:

Download and Convert Model download sudo apt install git-lfsgit lfs installgit clone https://huggingface.co/Qwen/Qwen-1_8B-Chat convert Update Rknp ...

Read more »

rk3588's yolov8 model conversion from pt to rknn

Posted on 2024-02-09 | Edited on 2024-12-25 | In rk3588 | Comments:

BackgroundYolov8’s original model includes post-processing. Some shapes exceed the matrix calculation limit of 3588, so some cropping of the output la ...

Read more »

aptly和GPG使用笔记

Posted on 2023-09-10 | Edited on 2024-12-25 | In aptly | Comments:

GPG生成GPG密钥对不要使用sudo,否则还有权限问题gpg --full-generate-key 导出私钥和公钥gpg --export-secret-keys --armor [email protected] > your.gpggpg --export --armor your@emai ...

Read more »

Linux权限知识

Posted on 2023-05-06 | Edited on 2024-12-25 | In Linux | Comments:

权限的数值表示Linux的权限多数时候是3个数字表示r — read — 4w — write — 2x — executed — 1有时候会用4位数字表示,跟下面介绍的suid,sgid,sbit有关SUID->4SGID->2SBIT->1 UID 和 GIDUID属于us ...

Read more »

cmake常用相关

Posted on 2023-05-06 | Edited on 2024-12-25 | In Linux , cmake | Comments:

find_package检查需要的包的包名╰─ dpkg -L libopencv-dev | grep 'cmake' /usr/lib/x86_64-linux-gnu/cmake/usr/lib/x86_64-linux-gnu/cmake/opencv4/usr ...

Read more »

Systemd相关

Posted on 2023-03-20 | Edited on 2024-12-25 | In Linux | Comments:

本文摘抄自 阮一峰的日志 常用命令sudo systemctl enable httpdsudo systemctl disable httpdsudo systemctl start httpdsudo systemctl restart httpdsudo systemctl stop http ...

Read more »
12…6
Kaylor

Kaylor

55 posts
24 categories
53 tags
GitHub E-Mail Weibo
© 2024 Kaylor
0%