In 2014–2022, USDA-ARS Tucson, AZ, by itself and in collaboration with other precision apiculture (PA) research programs, including the PA program at Utah State University, and several commercial operations, acquired a large reservoir of multi-sensor data, including thousands of frame photographs and sensor measurements, from field experiments with managed honey bee colonies. This reservoir is a loose collection of hive frame photos, CSV files, spreadsheets, and hive inspection text logs. Our project explores and exploits this reservoir and makes public its curated subsets. This dataset is the first such subset we curated in 2024-25 under USDA-NIFA Award 205732 "DSFAS - Exploration and Exploitation of the 2014-2022 USDA-ARS Tucson, AZ Digital Data Reservoir of Field Experiments with Managed Honey Bee Colonies."The zipped directory ANNOTATED_HIVE_FRAMES includes 13 image subdirectories with annotated images.1) 2013_07_28_CHBRC -- 57 Files2) 2014_07_30_12_CHBRC -- 111 Files3) 2015_02_11_MAC_RR -- 660 Files4) 2016_03_30_HOOPS -- 153 Files5) 2017_02_01_SRER_BEAR_CAGE -- 87 Files6) 2018_02_13_SRER_SC_complete_3_9_25 -- 195 Files7) 2018_04_18_SRER_SC_Methoxy -- 366 Files8) 2019_07_11_SRER_BC_Neonic -- 60 Files9) 2020_02_27_RR_Hive_Directions -- 36 Files10) 2021_06_08_CHBRC_VLAD -- 282 Files11) 2021_09_27_RR_ColdStor -- 855 Files12) 2021_02_11_CT_ColdStor -- 111 Files13) 2014_12_15_50_CHBRC --- 30 filesThe name of each subfolder includes a year, a month, and a date on which the frame photos were taken, followed by the location of the apiary where the photos were taken. The de-abbreviations are as follows:CHBRC -- Carl Hayden Bee Research CenterMAC -- Maricopa Agriculture CenterRR -- Red Rock Agriculture CenterHOOPS -- one of the apiaries at CHBRCSRER -- Santa Rita Experimental RangeSRER -- Shipping CorralsCT -- Cow TownEach of the 13 subdirectories has three subsubdirectories: PNG/, XML/, TXT/.PNG/ -- hive frame photos in PNG format;XML/ -- XML annotations of images in PNG/ with LabelImgTXT/ -- TXT annotations of images in PNG/ for YOLO trainingThus, in each of the 13 folders, each PNG image has two annotation files. E.g.,2020_02_27_RR_Hive_Directions_IMG_2540_VK.PNG2020_02_27_RR_Hive_Directions_IMG_2540_VK.xml2020_02_27_RR_Hive_Directions_IMG_2540_VK.txtEach PNG is annotated for the following categories:(1) CappedHoneyCell (2) CappedWorkerBroodCell (3) EmptyCombCell(4) PollenCell (5) UncappedNectarCell (6) UncappedWorkerLarvaCell(7) BeeHiveFrameThe counts on the number of annotated region of interest (ROI) images are as follows:CappedHoneyCell: 19,723CappedWorkerBroodCell: 21,456EmptyCombCell: 20,655PollenCell: 13,406UncappedNectarCell: 11,009UncappedWorkerLarvaCell: 18,283BeeHiveFrame: 1001Each such ROI can be extracted into a separate image and used in training machine learning algorithms.The subdirectory SRC/ contains two Python scripts that can convert XML to TXT and TXT to XML: xml_to_txt_converter.py and txt_to_xml_converter.py.USDA_ARZ_DATA_YOLO_19june2025.zip is a 3GB zip version of these images prepared for YOLO training. It is available at https://usu.box.com/s/dh75xkinwfyl3sqgb9vugy1ahf6z9mrh.SRC/ also contains the following Python scripts that we used for training YOLO networks:(a) train_valid_split.py -- splits all alldata.txt in USDA_ARZ_DATA_YOLO_19june2025.zip into train.txt and valid.txt for YOLO training.(b) tune_y8n.py --- tunes YOLOv8-nano(c) tune_y8s.py --- tunes YOLOv8-small(d) tune_y11n.py -- tunes YOLOv11-nano(e) tune_y11s.py -- tunes YOLOv11-smallThe folder METADATA/ contains two files: METADATA.txt and PapersDataSets_DrMeikle.xlsx. These files provide the metadata on the the USDA-ARS Tucson, AZ reservoir.