1127 Computer Vision Dataset
About 1127 Dataset
Here are a few use cases for this project:
-
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.
-
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.
-
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.
-
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.
-
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
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
Tell the agent what you want to build.
Cite This Project
LicenseCC BY 4.0If 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 },
}
