当前位置:网站首页>Yolov6:yolov6+win10--- train your own dataset
Yolov6:yolov6+win10--- train your own dataset
2022-07-07 20:06:00 【Mr Qu Mo Han】
yolov6 I also ran at the meeting when I just came out , There are too many problems , All kinds of bug, Just stop for a while , There's time later. Just look at it and start again git Run down . It is said that YoloV7 It also comes out AB The great God team produced , It's not what someone calls YoloV7....
1、 Data sets
I use my own dataset , Let's take a look at the data set format first .
val and train Store pictures ,labels Deposit is train val Folder , It's in there txt
At the same time, check the configuration file , My dataset There are only two categories
Here we need to change dataset.py There must be a place inside ;
2、 Training
Training orders :
python tools/train.py --batch 6 --conf configs/yolov6s_finetune.py --data data/MyDataCoCo.yaml --device 0 --epochs 800 --workers 0
I trained on my own machine , therefore bs Set it down
End of training , We see ,map Not for 0 了 , That's what we use yolov6s_finetune.py If you use yolov6s.py, Equivalent to no loading and training model , You can go to Yolov6 Of github issues Go to see .
https://github.com/meituan/YOLOv6/issues/205#issuecomment-1173409870
800 Round training time is approaching 19 Hours .........
3、 test
Test code :
python tools/infer.py --weights runs/train/exp/weights/best_ckpt.pt --source CiWaData/val --yaml data/MyDataCoCo.yaml
test result :
4、ONNX export
Export command :
export_onnx.py --weights runs/train/exp/weights/best_ckpt.pt --img 640 --batch 1
边栏推荐
- vulnhub之Funfox2
- 使用高斯Redis实现二级索引
- Introduction to bit operation
- 吞吐量Throughout
- Dynamic addition of El upload upload component; El upload dynamically uploads files; El upload distinguishes which component uploads the file.
- How to buy bank financial products? Do you need a bank card?
- torch. nn. functional. Pad (input, pad, mode= 'constant', value=none) record
- Cuda版本不一致,编译apex报错
- R language ggplot2 visualization: use the ggecdf function of ggpubr package to visualize the grouping experience cumulative density distribution function curve, and the linetype parameter to specify t
- Force buckle 599 Minimum index sum of two lists
猜你喜欢
开源OA开发平台:合同管理使用手册
Cloud component development and upgrading
Is PMP beneficial to work? How to choose a reliable platform to make it easier to prepare for the exam!!!
整型int的拼接和拆分
J ü rgen schmidhub reviews the 25th anniversary of LSTM papers: long short term memory All computable metaverses. Hierarchical reinforcement learning (RL). Meta-RL. Abstractions in generative adversar
ASP. Net kindergarten chain management system source code
Simulate the implementation of string class
【哲思与实战】程序设计之道
Welcome to the markdown editor
模拟实现string类
随机推荐
mock. JS returns an array from the optional data in the object array
Force buckle 1790 Can two strings be equal by performing string exchange only once
CSDN语法说明
Force buckle 2315 Statistical asterisk
关于cv2.dnn.readNetFromONNX(path)就报ERROR during processing node with 3 inputs and 1 outputs的解决过程【独家发布】
华南X99平台打鸡血教程
使用高斯Redis实现二级索引
Classification automatique des cellules de modules photovoltaïques par défaut dans les images de lecture électronique - notes de lecture de thèse
Kubernetes——kubectl命令行工具用法详解
Force buckle 989 Integer addition in array form
使用高斯Redis实现二级索引
Redis——基本使用(key、String、List、Set 、Zset 、Hash、Geo、Bitmap、Hyperloglog、事务 )
equals 方法
My creation anniversary
Force buckle 1037 Effective boomerang
RESTAPI 版本控制策略【eolink 翻译】
Is PMP beneficial to work? How to choose a reliable platform to make it easier to prepare for the exam!!!
Vulnhub tre1
BI的边界:BI不适合做什么?主数据、MarTech?该如何扩展?
时间工具类