logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

在WSL+Ubuntu22.04下安装CUDA11.8+CUDNN8.9+tensorrt8.6,接近Jetson的环境

在WSL+Ubuntu22.04下安装CUDA11.8+CUDNN8.9+tensorrt8.6,接近Jetson的环境

#深度学习#神经网络#cnn
基于rknn_model_zoo的examples中的yolo11部署推理的步骤

基于rknn_model_zoo的examples中的yolo11部署推理的步骤

#pytorch
mongoose webserver 支持 https的步骤

1. 创建证书openssl genrsa -out privatekey.pem 1024openssl req -new -x509 -key privatekey.pem -out publickey.cer -days 18252.拷贝privatekey.pem和publickey.cer的内容到同一个文件,并命名为key.pem3. 在mongoose.

webrtc 在MAC下和iOS下的编译

一:安装brew和git1. mkdir /usr/local2. curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 13. /usr/local/bin/brew install git二:下载编译webrtc1.  下载depot_t

MAC OSX打开文件提示cannot be opened because the developer cannot be verified问题的解决办法

解决 macOS 可执行文件报错 cannot be openedMay 7, 2021后知后觉暂无评论macOS在GitHub下载了一个 macOS 版本的可执行文件,执行时却报错 cannot be opened because the developer cannot be verified 。报错报错信息如下关键信息为cannot be opened because the develop

org.mongodb.driver.cluster : Exception in monitor thread while connecting to server localhost:27017

com.mongodb.MongoSocketOpenException: Exception opening socket    at com.mongodb.connection.SocketStream.open(SocketStream.java:63) ~[mongodb-driver-core-3.0.4.jar:na]    at com.mongodb.connection

官方标准版如何编译webrtc ( how to compile webrtc )

Before you startFirst, be sure to install the prerequisite software(如下红色字体部分).Depot Tools1. You'll need to have the depot tools installed:https://sites.google.com/a/chromium.org/dev/

#windows#android#linux
在wsl ubuntu下安装,训练,验证,导出,部署YOLO的完整例子

**更换模型**:YOLOv8提供了从n到x不同尺寸的模型(如 `yolov8n.pt`, `yolov8s.pt`, `yolov8m.pt`, `yolov8l.pt`, `yolov8x.pt`)。如果数据量小,可以考虑使用**数据增强**(YOLO训练时默认会开启一些数据增强,你也可以在 `model.train()` 中通过 `augment=True` 参数开启或自定义)。- **超参

vtk中使用widgets的完整例子代码

vtk使用slider,cursor,button,slider,planewidget,multiviewport的例子

YOLOv8/YOLO11加载模型、推理、解析结果并绘制的标准例子

YOLOv8/YOLO11加载模型、推理、解析结果并绘制结果的标准例子

#python#opencv#pytorch
    共 24 条
  • 1
  • 2
  • 3
  • 请选择