Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 631 Bytes

README.md

File metadata and controls

17 lines (7 loc) · 631 Bytes

操作步骤:

1. 准备好VOCdevkit中的数据,包括Annotations文件中的.xml坐标信息,ImagesSets文件中的.txt数据集分割信息,JPEGImages文件中的图片信息

2. 运行voc_annotation.py文件,生成ImagesSets文件中的.txt文件以及2007_train.txt、2007_val.txt文件

3. 最后在main.py中运行所需要的操作,目前仅有 predict 和 train 操作

4. VOC数据集下载地址如下,里面已经包括了训练集、测试集、验证集(与测试集一样),无需再次划分:

链接: https://pan.baidu.com/s/19Mw2u_df_nBzsC2lg20fQA 提取码: j5ge