No analyses found
Start a new analysis to see results here
{video.filename || `Video ${video.id.slice(0, 8)}...`}
{formatDate(video.created_at)}
{video.detection_type === "pothole-detection" ? video.unique_pothole ?? 0 : video.detection_type === "pot-sign-detection" ? (video.unique_pothole ?? 0) + (video.unique_defected_sign_board ?? 0) + (video.unique_good_sign_board ?? 0) : (video.unique_defected_sign_board ?? 0) + (video.unique_good_sign_board ?? 0)}
Detections