IDE 安装
从官网下载DevEco Studio 安装包后进行安装, 安装完毕后,本地环境可能要配置相关工具,可以通过下面的诊断检测一下本地环境,通过蓝色“Set it up now” 可以快速安装。 1. Node.js (for ohpm) 2. ohpm 下载op的包管理&a…
一.自己数据集整理 将labelimg格式数据集进行整理 1.1. 更换图片后缀为jpg
import os
import shutilroot_path/media/ai-developer/imgfileos.listdir(root_path)for img in file:if img.endswith(jpeg) or img.endswith(JPG) or img.endswith(png):img_pathos.path.join(root…
C shell - 在线 C 编译器 1. C shell2. Example program3. Options4. ExecutionReferences 1. C shell
C Shell v2 https://cpp.sh/ https://cpp.sh/about.html
C Shell v2, free online compiler, proudly uses emscripten to compile your code.
emscripten is a clang-ba…