fishsciences / 2022-white_sturgeon_synthesis

0 stars 1 forks source link

Remove duplicate detections between BARD and Yolo .sqlite #2

Closed Myfanwy closed 2 years ago

Myfanwy commented 2 years ago

BARD and Yolo databases contain overlapping/duplicate detections - these should be identified, and the duplicates removed from the BARD database prior to joining the two.

mespe commented 2 years ago

This gets done automatically using ybt::ybt_db_append() - the script R/combine_bard_yolo.R (761a511) does flag the duplicates to ensure they match with what the function reports.