🔍半监督自训练
手动配置
torchrun getPseudoLabel.py \
--imgs_path 'Semi-Supervised/JPEGImages' \
--output_xmlpath 'Semi-Supervised/Annotations'python3 merge_data.py \
--origin_image_path 'VOCdevkit/VOC2007/JPEGImages'\
--origin_xml_path 'VOCdevkit/VOC2007/Annotations'\
--new_image_path 'Semi-Supervised/JPEGImages'\
--new_xml_path 'Semi-Supervised/Annotations'一键式实现
Last updated