3588适配
This commit is contained in:
@ -5,8 +5,8 @@ import numpy as np
|
||||
import xml.etree.cElementTree as et
|
||||
from kmeans import kmeans, avg_iou
|
||||
|
||||
FILE_ROOT = "/home/nxy/nxy_project/python_project/Data/zhanting_add/" # 根路径
|
||||
ANNOTATION_ROOT = "xmls" # 数据集标签文件夹路径
|
||||
FILE_ROOT = "paper_data/" # 根路径
|
||||
ANNOTATION_ROOT = "Annotations" # 数据集标签文件夹路径
|
||||
ANNOTATION_PATH = FILE_ROOT + ANNOTATION_ROOT
|
||||
|
||||
ANCHORS_TXT_PATH = "data/anchors.txt"
|
||||
|
Reference in New Issue
Block a user