Broiler Instance Segmentation Computer Vision Dataset

byFYPTask:
Instance Segmentation
License:CC BY 4.0

About Broiler Instance Segmentation Dataset

Here are a few use cases for this project:

  1. Poultry Health Management: This model could be used to track individual broilers' movement, behavior, or eating patterns, which would help identify early signs of disease or stress among the flock.

  2. Livestock Monitoring: Farmers can use it to monitor and manage broiler numbers in the poultry farm, ensuring a constant count and detecting any unusual decrease that could signify theft or loss.

  3. Broiler Research: For scientists and researchers studying broiler behavior or genetics, the model can help to identify and track individual broilers for detailed observation and data collection.

  4. Animal Welfare: Animal welfare organizations could use the model to ensure safe and non-crowded living conditions for broilers, as it offers an automated way to count and track the birds, helping enforce rules on the maximum number of chickens per cage.

  5. Broiler Trading & Supply Monitoring: Companies in the poultry supply chain can use this model to verify the quality and quantity of broilers in supply and demand, reducing broiler trading discrepancies and fraud.

Use Free Broiler Detection API

Powered by general detection model

Code
pip install inference-sdk
# 1. Import the library
from inference_sdk import InferenceHTTPClient

# 2. Connect to your workspace
client = InferenceHTTPClient(
  api_url="https://serverless.roboflow.com",
  api_key="API_KEY"
)

# 3. Run your workflow on an image
result = client.run_workflow(
  workspace_name="<YOUR_WORKSPACE>",
  workflow_id="<YOUR_WORKFLOW_ID>",
  images={
    "image": "YOUR_IMAGE.jpg"  # Path to your image file
  },
  parameters={
    "classes": "Broiler"
  },
  use_cache=True  # cache workflow definition for 15 minutes
)

# 4. Get your results
print(result)

Run on custom image

Drop an image here or click to upload

Detecting classes:
Or try a test image 

Cite This Project

LicenseCC BY 4.0

If you use this dataset in a research paper, please cite it using the following BibTeX:

@misc{ broiler-instance-segmentation-kup2p_dataset,
  title = { Broiler Instance Segmentation Dataset },
  type = { Open Source Dataset },
  author = { FYP },
  howpublished = { \url{ https://universe.roboflow.com/fyp-e6ls8/broiler-instance-segmentation-kup2p } },
  url = { https://universe.roboflow.com/fyp-e6ls8/broiler-instance-segmentation-kup2p },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2026 },
  month = { jan },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More