Jiang H, Zhang D, Cao T, et al. Named Entity Recognition with Small Strongly Labeled and Large Weakly Labeled Data[J]. The 59th Annual Meeting of the Association for Computational Linguistics (ACL 2021). 文章目录 AbstractIntroductionMethod阶段1:…
Labeled Fishes in the Wild数据集处理(适用于yolov5) 文章目录 Labeled Fishes in the Wild数据集处理(适用于yolov5)一、前言二、制作过程1.训练图片筛选2.获取VOC标签3. 完善标注信息4. yolov5训练处理5. 处理数据集下载 一、前…
两个series 类型的数据 truth 和 pred 比较时 truth pred 出现 ValueError: Can only compare identically-labeled Series objects 的问题
原因 truth 是从csv文件中提取出来的,index即行号,不连续,而pred是连续的,所以比较时会出现问题 …