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_potholes ?? 0 : video.detection_type === "pot-sign-detection" ? (video.unique_potholes ?? 0) + (video.unique_signboards ?? 0) : video.unique_signboards ?? 0}
Detections