You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: The challenge is both to classify marine animals in a target image and assess if the image is from a different distribution relative to the training data.
Kaggle - Top 12/69 on private test
Classification: ResNet101 or Dense as a backbone and 3 fully connected layers for classification head.
Out of distribution: 2 approaches, first, use entropy to measure ood score. Second, enable dropout during inference time to sample many outputs and compute variance as ood score