9
I was training my model on a huge dataset for months, but a single weird image from a Boston street sign made me see the whole problem.
I finally realized my entire data cleaning pipeline was broken because it couldn't handle a single blurry, handwritten 'stop' sign from a 2012 traffic cam feed, which made all my edge case detection fail. Has anyone else had a tiny, weird data point completely reframe their approach?
2 comments
Log in to join the discussion
Log In2 Comments
nancy2758d ago
That's a tough break, but I see it the other way. If your whole system falls apart from one blurry sign, maybe the problem was bigger than the pipeline. It's like finding a weak floorboard. The real issue wasn't the one board, it was the rotten joist underneath. The weird data point just showed you where the real weakness was all along.
9