FCOS Minecraft Mob Detector

Detects 9 Minecraft entities (chicken, cow, creeper, enderman, pig, sheep, skeleton, spider, zombie) using FCOS (Fully Convolutional One-Stage) object detection.

Code

For training details and usage see minecraft-fcos

The code allows you to run the model over Minecraft in realtime.

Model Details

  • Architecture: FCOS with ResNet50-FPN backbone
  • Input: 640x640 RGB images
  • Output: Bounding boxes and class labels for 9 entity types
  • Training: Transfer learning on FCOS-pretrained weights
  • Framework: PyTorch + torchvision

Performance

Metric Value
mAP 0.595
mAP_50 0.84

Sample Detection

detection

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

Dataset used to train twoturtles/minecraft-fcos