always-be-coding
All problems in computer science can be solved by another level of indirection.
28
TensorRT环境安装 TensorRT环境安装
ONNXInstallationPrerequisites!pip install -U numpy==1.23.1 !pip install -U onnx==1.12.0 !pip install
2022-12-28 Kevin
20
Jetson TX2上升级cmake方法 Jetson TX2上升级cmake方法
从源码安装camke1. 删除默认的cmakesudo apt remove cmake sudo apt purge --auto-remove cmake 2. 从官网下载所需版本,解压,创建build文件夹version=
2022-12-20 Kevin
06
阅读记录-2022/12 阅读记录-2022/12
digiKam使用snap digiKamUbuntu zsh autoCompletePaddle Nvidia ContainersNVIDIA DeepLearningExamplesopenvino2tensorflownetron
2022-12-06 Kevin
10
Jupyter NoteBook 的快捷鍵 Jupyter NoteBook 的快捷鍵
快捷鍵狀態的快捷鍵(按 Esc 鍵開啟): 快捷鍵 作用 說明 Enter 轉入編輯模式 Shift-Enter 運行本單元,選中下個單元 新單元默認為命令模式 Ctrl-Enter 運行本單元 Alt-Enter
2022-11-10 Kevin
03
Paddle RCNN系列参数配置 Paddle RCNN系列参数配置
RCNN系列模型参数配置教程 标签: 模型参数配置 #基础配置 # 检测模型的名称 architecture: MaskRCNN # 默认使用GPU运行,设为False时使用CPU运行 use_gpu: true # 最大迭代次数,
2022-11-03
03
Linux常用命令 Linux常用命令
# 查看分辨率等信息 $ identify xxx.jpg # 关闭模型评估内存异常未正确推出的进程 $ ps aux | grep 'tools/train.py' | awk '{prin
2022-11-03
03
mAP计算 mAP计算
转载内容 如有侵权 或 不希望被转载 可以留言或私发告诉我,我会及时处理,尊重你的权利。原文链接[https://aistudio.baidu.com/aistudio/projectdetail/2213799] 在机器学习领域中,
2022-11-03
03
训练过程记录(一) 训练过程记录(一)
根据基建赛方提供的数据集进行训练, 一、首先对数据集进行转换,转化步骤如下1、VOC数据集拆分 运行脚本,并设置训练集和验证集比例python tools/splitData_labelImg.py 2、voc数据集转coc
2022-11-03
01
Ubuntu 18.04安装NCCL Ubuntu 18.04安装NCCL
Ubuntu 18.04安装NCCL https://developer.nvidia.com/nccl/nccl-legacy-downloads 1. 下载官网下载地址:https://developer.nvidia.com/ncc
2022-11-01
1 / 6