当前位置:网站首页>Yolov6 learning first chapter
Yolov6 learning first chapter
2022-07-19 03:12:00 【HySmiley】
1、 Download the official code
2、 Download pre training model
stay readme Download address in :
[**YOLOv6-n**](https://github.com/meituan/YOLOv6/releases/download/0.1.0/yolov6n.pt)
[**YOLOv6-tiny**](https://github.com/meituan/YOLOv6/releases/download/0.1.0/yolov6t.pt)
[**YOLOv6-s**](https://github.com/meituan/YOLOv6/releases/download/0.1.0/yolov6s.pt)
Place the model file in the newly created weights Under the folder
3、infer Reasoning
Execution instruction
python tools/infer.py --weights weights/yolov6t.pt --source data/images/image1.jpg --device 0
Output results

边栏推荐
- C language foundation day4 array
- 4. Some thoughts on asynctool framework
- 我最高产的EasyPyPI又双叒叕更新了!v1.4.0发布
- SysTick定时器的基础学习以及手撕代码
- [template record] string hash to judge palindrome string
- The place where the dream begins ---- first knowing C language
- 人脸检测几种方法
- ncnn paramdict&modelbin
- 审视自己投资的路
- 2022-07-16:以下go语言代码输出什么?A:[];B:[5];C:[5 0 0 0 0];D:[0 0 0 0 0]。 package main import ( “fmt“ )
猜你喜欢
随机推荐
Redis和其他数据库的比较
Code demonstration of fcos face detection model in openvino
[single chip microcomputer simulation] (XII) instruction system logic operation instruction - logic XOR instruction XRL, accumulator clear 0 and reverse instruction
[face recognition] face recognition based on histogram histogram with matlab code
Tools and methods - Excel plug-in xltools
关于XML文件(六)-与JSON的区别
04_服务注册Eureka
Snapshot: data snapshot (data disclosure method)
Data source object management (third-party object resources) & load properties file
2. Actual use of asynctool framework
需要慢一点点
[Jianzhi offer] 31-35 questions (judge whether a sequence is one of the out of stack sequences, sequence print binary tree, branch print, and reverse print each line), judge whether the sequence is th
ncnn 线程
重写equals为什么要重写hashcode
3. Asynctool framework principle source code analysis
It's good to take more exercise
【剑指Offer】31-35题(判断一个序列是否是栈的出栈序列之一,层序打印二叉树以及分行打印、每行逆着打印),判断序列是否是二叉搜索树的后序遍历路径,二叉树找一条权值为K的路径,复制复杂链表
[MCU simulation] (II) keil installation tutorial
【单片机仿真】(十六)控制转移类指令 — 无条件转移指令、条件转移指令
ubuntu清除cuda缓存
![深入理解机器学习——类别不平衡学习(Imbalanced Learning):样本采样技术-[人工采样技术之SMOTE采样法及Borderline-SMOTE采样法]](/img/9f/a0d03b23e66849f12150f9a72f36c5.png)








