You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Cup Detector - SmallCNN 2 Output

This model classifies a machine-specific ROI into:

  • EMPTY
  • CUP
  • UNDEFINED

Model

  • Architecture: 16 -> 32 -> 64 CNN
  • Input: 1 x 64 x 64
  • Output layer: 2
  • Loss: BCEWithLogitsLoss

Output encoding

  • EMPTY -> [0, 0]
  • CUP -> [1, 0]
  • UNDEFINED -> [0, 1]

Output 0 represents CUP vs EMPTY.

Output 1 represents UNDEFINED.

Test Results

  • Test Accuracy: 99.12%
  • Balanced Accuracy: 99.09%
  • CUP Precision: 98.73%
  • CUP Recall: 100.00%
  • EMPTY Specificity: 99.30%
  • CUP F1: 99.36%

Intended Pipeline

Camera / RTSP
      โ†“
Machine-specific ROI
      โ†“
Grayscale + Resize 64x64
      โ†“
SmallCNN
      โ†“
CUP / EMPTY / UNDEFINED

The ROI selection is handled outside the model. The model receives the cropped machine ROI.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support