CV_ToolBox
CV_ToolBox copied to clipboard
DataAugmentForObejctDetection.py 处理过程中会导致name字段消失
DataAugmentForObejctDetection.py 446行将name字段过滤掉了 这与xml_helper.py中对于coords的要求是矛盾的
names = [coord[4] for coord in coords] # 取出names [auged_bboxes[i].append(name) for i,name in enumerate(names)] #将names加到box上