Repro: - Train OD Model with large images ( 4000 x 3000 ) Result: - Stalls at Epoch 0 and uses 100% of CPU Expected Result: - It works :) Workaround: - Resize Images - https://github.com/JakeRadMSFT/Scratch/blob/main/ObjectDetective/ObjectDetective/ObjectDetectionVOTT.training.cs#L183 - Resize Boxes - https://github.com/JakeRadMSFT/Scratch/blob/6981d4701de25f002fe87bf9ed95083e3a2ebc44/ObjectDetective/ObjectDetective/ObjectDetectionVOTT.training.cs#L94