梅子黄时雨
  • Home
  • Archives
  • Categories
  • Tags
  • About

YOLO5Face学习

YOLO5Face模型分析研究生时候写的一篇小白文。 论文及源码下载论文地址:https://arxiv.org/abs/2105.12931论文我们中国人写的,读起来还是挺顺的。源码地址:https://github.com/deepcam-cn/yolov5-faceWiderFace地址:WIdeFaceYolo5Face是深圳神目科技&LinkSprite Technologies
2024-03-25
人工智能
#Python #CV

网络服务器

如果要让服务器服务于多个客户端 如果要让服务器服务于多个客户端 多线程服务器 IO多路复用 select poll epoll是如何获取网络事件的? Reactor反应堆模式 单Reactor单线程 单Reactor多线程 多Reactor多线程 Proactor反应堆模式 阻塞、非阻塞、同步、异步IO 多线程服务器 最简单的想法就是多线程:为每一个连接创建线程。 创建进程也可以
2024-03-25
网络编程
#C++ #HTTP

asio实现http服务器

asio实现简易的http服务器 asio实现简易的http服务器 client Server Beast 实现http server client12345678910/**1. 发送肯定要用到io_context上下文2. server:服务器地址3. path:要请求的路径 tcp::resolver resolver_; // 解析域名 tcp::socket socke
2024-03-25
网络编程
#C++ #HTTP

hexo搭建博客

hexo搭建博客 安装完成node.js,安装后验证:node -v 安装cnpm: npm install -g cnpm –registry==https://registry.npm.taobao.org 装后验证:cnpm -v 安装hexo:cnpm install -g hexo-cli 安装后验证:hexo  -v 打开git或者gitee,托管项目到gi
2024-03-07
1234

Search

Hexo Fluid