Animal Social Behavior Models
Two video classification models for animal behavior analysis.
Models
flyvsfly_model
- Species: Drosophila (fruit fly)
- Backbone: TimeSformer (ViT-Base, Kinetics-400 pretrained)
- Head: MLP (768โ512โ4)
- Classes: wing_extension, circle, copulation, others
- Input: 8 frames, 224ร224
mice_lab_model
- Species: Mouse
- Backbone: Video Swin Transformer 3D-T (Kinetics-400 pretrained)
- Head: MLP with temporal mean pooling (768โ512โ5)
- Classes: Aggression, Investigation, Allo-groom, Standing, Other
- Input: 8 frames, 224ร224
Usage
Each subfolder contains:
config.jsonโ architecture parameters (backbone type, head config, class names)model.pthโ trained weights
Load by reading config.json to determine which backbone class to instantiate.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support