1127 Computer Vision Dataset

by11111Task:
Instance Segmentation
License:CC BY 4.0145 views3 downloads

About 1127 Dataset

Here are a few use cases for this project:

  1. Harbor Traffic Management: The model can be used by port authorities to manage traffic efficiently by identifying the class of the incoming ships and monitoring the availability of free space at the piers.

  2. Maritime Defense and Security: National defense organizations can use "1127" to facilitate ship type identification, helping to detect anomalies or potentially unauthorized naval vessels approaching territorial waters.

  3. Marine Search and Rescue (SAR): By identifying ship classes and monitoring the free space on open water, this model could assist SAR teams during rescue missions, making it easier to locate stranded or distressed vessels.

  4. Infrastructure Maintenance: Port administrators could use the model to assist in determining the maintenance schedule based on the frequency and types of ships docking on specific piers.

  5. Marine Environment Management: This model could aid in monitoring maritime activities in environmentally sensitive areas, by identifying ship classes and thus predicting possible environmental impacts based on the identified ship classes.

Use Free Ship, Free space and Pier 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": "ship, free space, pier"
  },
  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{ 1127-kiksd_dataset,
  title = { 1127 Dataset },
  type = { Open Source Dataset },
  author = { 11111 },
  howpublished = { \url{ https://universe.roboflow.com/11111-1bxj1/1127-kiksd } },
  url = { https://universe.roboflow.com/11111-1bxj1/1127-kiksd },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2022 },
  month = { dec },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More