Downloads · 30 days
13
19% of all-time downloads
SandraKorol/catguard-efficientnet
catguard-efficientnet is a image classification model from SandraKorol. Use it when you need a label for an image. The card lists the license as mit.
CatGuard EfficientNet is an image classification model designed to identify a specific domestic cat named Syrnyn from photographs. The model was developed as a first-year university computer vision project and serves…
Downloads · 30 days
13
19% of all-time downloads
All-time downloads
70
Public
Parameters
4.1M
32.5 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors16.3 MB · 100%
From the Hugging Face model README
CatGuard EfficientNet is an image classification model designed to identify a specific domestic cat named Syrnyn from photographs. The model was developed as a first-year university computer vision project and serves as the first step toward a future IoT monitoring system capable of detecting when a specific cat enters a restricted area.
One of the household cats frequently enters the kitchen and attempts to eat food left unattended. Monitoring this behavior manually is inconvenient and inconsistent. The goal of this project is to automatically recognize the target cat from camera images.
Binary image classification.
Input:
Output:
Custom dataset collected from personal photographs.
Classes:
Dataset split:
The project uses a two-stage pipeline:
Image
↓
DETR Object Detector
↓
Cat Detection
↓
EfficientNet-B0
↓
Classification Head
↓
Naughty Cat / Other Cat
The system first uses DETR (DEtection TRansformer) (facebook/detr-resnet-50) to determine whether a cat is present in the image.
Possible outcomes:
If a cat is detected, the image is passed to an EfficientNet-B0 classifier trained using transfer learning.
The classifier predicts one of two classes:
Best validation accuracy:
89.7%
The model correctly identifies the target cat in approximately 9 out of 10 validation images.
Current version:
Image
↓
Cat Classification
Planned extension:
Camera
↓
Cat Detection
↓
Cat Classification
↓
IoT Device Response
The future system may automatically detect the target cat entering the kitchen and trigger a connected IoT device.
Sandra Korol Computer Vision Project