个人照片

ZHY

核心证书与荣誉 (Top Honors & Certifications)

HCIP-AI-Ascend Developer 高级工程师认证 华为技术有限公司 | 行业领军认证
计算机技术与软件专业技术(网络工程师)中级资格 国家人社部 & 工信部 | 国家级
AscendC 算子开发能力中级认证 华为技术有限公司
研究生一等学业奖学金 & 优秀研究生 华北电力大学 | 综合成绩优异 (GPA: 90.26, Rank: 5/39)
全国大学生嵌入式芯片与系统设计竞赛 (队长) 北区三等奖 | 负责边缘硬件部署与算法调优
第十三届中国青年创业创新大赛 (第十一届“创青春”大赛) 河北赛区优秀奖 | 2024年12月
学术论文:面向核电管接头螺纹缺陷检测方法研究 大亚湾核电期刊 | 已录用
学术论文:基于视觉-语言对比学习与多尺度特征融合的输电线路金具检测方法 《高电压技术》期刊 (EI/核心) | 在投
发明专利:一种基于视觉-语言预训练与多尺度特征融合的输电线路金具检测方法 国家知识产权局 (CNIPA) | 在审

我的简历

个人照片

$ 自我介绍

我是华北电力大学信息与通信工程专业的研究生,对计算机视觉和AI开发充满热情。我的研究重点是视觉语言模型(VLM)、视觉语言预训练(VLP)、目标检测和开放词汇检测(OVD)。

I'm a graduate student majoring in Information and Communication Engineering at North China Electric Power University, with a strong passion for Computer Vision and AI Development. My research focuses on Vision-Language Models (VLM), Vision-Language Pre-training (VLP), Object Detection, and Open-Vocabulary Detection (OVD).

本科期间(2020-2024),我在通信原理、数字信号处理和计算机网络等方面打下了坚实的基础。现在作为硕士研究生(2024-2027),我正在深入探索前沿AI技术。我已获得华为HCIP-AI昇腾开发者认证,并持续探索计算机视觉领域的创新解决方案。

During my undergraduate studies (2020-2024), I built a solid foundation in communication principles, digital signal processing, and computer networks. Now as a master's student (2024-2027), I'm diving deeper into cutting-edge AI technologies. I'm certified as a Huawei HCIP-AI Ascend Developer and continuously exploring innovative solutions in computer vision.

我的研究生GPA为90.264,专业排名5/39。我致力于将理论知识与实践应用相结合,相信技术不仅应该突破边界,更应该解决现实世界的问题。

With a GPA of 90.264 and ranked 5/39 in my graduate program, I'm committed to combining theoretical knowledge with practical implementation. I believe technology should not only push boundaries but also solve real-world problems.

实习经历

Internship Experience

中广核核电运行有限公司 - 计算机视觉与边缘计算研发
CGN Nuclear Power Operations - CV & Edge Computing R&D
2025/12 - 2026/03
师从大国工匠陈永伟-杰青 | 数字仪控工匠工作室研发岗 Mentored by Chen Yongwei (National Outstanding Youth) | Digital I&C Craftsman Studio R&D

核电精密管螺纹缺陷检测研究
针对核电螺纹检测痛点,研发旋转驱动全景采集系统,攻克视觉盲区;改进YOLOv11引入纹理增强TFE模块,在小样本高反光环境下实现mAP提升至92.7%,单帧推理仅1.5ms。在大亚湾核电发表内刊论文《核电管接头螺纹缺陷视觉检测方法研究》。

Visual Defect Detection of Precision Pipe Threads
Developed a rotation-driven panoramic acquisition system to overcome visual blind spots; improved YOLOv11 with the TFE module, increasing mAP to 92.7% in high-reflection environments with 1.5ms inference. Published an internal journal paper at Daya Bay Nuclear Power Plant.

多端AI部署与云平台建设
主导多端AI部署架构。解决Android12+进程限制(Signal9)问题,基于Proot-Distro构建轻量化运行容器,实现手机端实时推理;利用TensorRT(FP16)在Jetson Orin NX平台实现量化加速,封装一键启动工具与桌面快捷入口;搭建Argus云平台,通过Cloudflare & Tailscale实现内网穿透与分布式组网支撑业务统一调用。

Multi-terminal AI Deployment & Cloud Platform
Resolved Android 12+ Signal 9 issues using Proot-Distro for mobile inference; utilized TensorRT (FP16) on Jetson Orin NX with visual startup tools; built the Argus cloud platform with Cloudflare & Tailscale for distributed AI service invocation.

综合工程实践与实验室管理
深度参与国家级技能大师工作室申报工作,负责论文专利等百余项科研成果的整理、归纳与材料编撰。熟练运用FDM3D打印技术实现结构件设计与制造;主导资产数字化建档与标签自动化处理,通过脚本工具实现50+项精密设备的数字化管理与规范化标识,提升实验室运维效率。

Engineering Practice & Lab Management
Participated in National Skill Master Studio applications, compiling 100+ research achievements. Utilized FDM 3D printing for structural design; led digital archiving and automated labeling for 50+ precision devices, improving O&M efficiency.

专业技能

Professional Skills

视觉语言与目标检测模型
VLM & Object Detection

视觉语言模型 (VLM/VLP):深入理解 CLIP,Yolo-world,Vision Transformer (ViT) 等模型的原理与应用,具备多模态数据预处理、模型微调和推理能力。
目标检测 (Object Detection):熟练掌握 YOLO 系列 (v5/v8/v11)、Faster R-CNN、DETR 等主流检测算法。熟悉开放词汇检测 (Open-Vocabulary Detection, OVD) 理论,并具备丰富的课题实践经验。

VLM / VLP: Deep understanding of CLIP, YOLO-World, and Vision Transformer (ViT) principles and applications, with expertise in multimodal data preprocessing, model fine-tuning, and inference.
Object Detection: Proficient in mainstream detection algorithms including YOLO series (v5/v8/v11), Faster R-CNN, and DETR. Familiar with Open-Vocabulary Detection (OVD) theory with hands-on research project experience.

开发语言与深度学习框架
Languages & Frameworks

开发语言:主用 Python,熟悉 C/C++(主要用于模型部署与性能优化)。
主流框架:熟练掌握 PyTorch 及其生态圈(如 torchvision, torchaudio),并了解 TensorFlow 与 Mindspore 的基本应用。

Languages: Primarily Python, familiar with C/C++ specifically for edge deployment and performance optimization.
Frameworks: Proficient in PyTorch and its ecosystem (torchvision, torchaudio), with foundational knowledge of TensorFlow and Mindspore.

环境管理与版本控制
Environment & Version Control

环境与容器化:熟悉 Linux/MacOS 系统操作;熟练运用 Docker 进行开发与部署环境的容器化构建;熟悉使用 Conda/venv 管理 Python 环境及使用 Tmux 等终端工具。
工程与协同:精通 Git 进行代码版本控制,熟悉 GitHub/GitLab、Lazygit 以及飞书工作流等研发协同模式。熟练使用 VS Code、PyCharm 作为 IDE 进行项目开发,并使用 Jupyter Notebook/Lab 进行实验探究。

Environment: Familiar with Linux/macOS systems. Proficient in Docker for containerized deployment setups, Conda/venv for Python environment isolation, and terminal tools like Tmux.
Engineering & Collaboration: Master of Git version control, fluent in GitHub/GitLab, Lazygit, and project workflows. Highly experienced with IDEs like VS Code and PyCharm, leveraging Jupyter Notebook/Lab for experimental validation.

数据处理与可视化
Data & Visualization

数据处理:熟练使用 OpenCV、Pillow 等库进行图像数据增强与预处理工作;熟练掌握 Labelme、CVAT 等主流数据标注工具的运用。
结果可视化:掌握 Matplotlib 与 OpenCV (cv2) 可视化方案,能够高效进行图像渲染、数据分布与实验对比结果的可视化分析。

Data Processing: Skilled in image data augmentation and preprocessing using OpenCV and Pillow; experienced with visual annotation tools like Labelme and CVAT.
Visualization: Proficient in Matplotlib and OpenCV (cv2) for rendering image outputs, statistical analysis charting, and evaluating comparative experimental results.

学生时代

成长岁月的流金岁月

学业历程

点击探索我的学生时代时间轴

求学岁月 荣誉成就 美好回忆
学业生活
课外活动
朋友情谊
荣誉与证书

作品展示

Terminal Portfolio Screenshot

终端作品集 | Terminal Portfolio

复古终端风格个人作品集网站,集成Matrix代码雨效果和自定义光标系统

核心亮点:

  • 动态Matrix代码雨动画(Canvas API)
  • 自定义SVG光标系统(3种类型)
  • CRT屏幕效果与扫描线
  • 全响应式设计
  • 多设备Favicon支持
HTML5 CSS3 JavaScript Canvas SVG Git
ZDTrans Translation Tool

桌面翻译工具 | ZDTrans

轻量级桌面翻译和文本润色工具,支持全局快捷键和系统托盘常驻

核心功能:

  • 全局快捷键:在任何应用中选中文字即可快速翻译
  • 即时弹窗:翻译结果在鼠标附近弹出,无需切换窗口
  • 简洁美观:半透明无边框窗口,不干扰工作流
  • 灵活配置:支持多种API(OpenAI、DeepL、火山方舟豆包)
  • 关键词提示:为AI提供专业领域关键词,提高翻译准确度
  • 跨平台支持:Windows、macOS、Linux全平台运行
Python PySide6 Qt6 API集成 桌面应用
In Progress
Eason Email Sender

邮件批量发送助手 | Eason

原生 macOS 风格的邮件自动化工具,支持联系人采集与批量个性化发送

核心功能:

  • 自动采集邮箱联系人,智能去重,支持导出 TXT/CSV
  • 批量发送个性化邮件,支持图片/PDF附件
  • 批次发送机制,有效避免封号风险
  • 实时进度显示与日志反馈
  • 原生 macOS 风格 + 深色主题日志窗口
Python macOS 多线程 邮件自动化

AI 智能助手

// Talk with my AI assistant to learn more about me

AI
Hello! I'm the AI assistant. How can I help you? Feel free to ask me about skills, projects, or anything else.
now