Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: li01233
  • License: agpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 1.66 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

S^3Det: Small-Scale Ships Detector

S^3Det is an object detector for small-scale ships on the sea, built using open-source code from Ultralytics, please visit documentation for more information.

The article "Spotlight on Small-scale Ship Detection: Empowering YOLO with Advanced Techniques and a Novel Dataset" is currently accepted by ACCV2024.

@InProceedings{Li2024ACCV,\ author = {Li, Lingya and Hou, Zhixing and Ma, Ming and Xiang, Jing and Yuan, Chuangxin and Xia, Guihua},\ title = {Spotlight on Small-scale Ship Detection: Empowering YOLO with Advanced Techniques and a Novel Dataset},\ booktitle = {Proceedings of the Asian Conference on Computer Vision (ACCV)},\ month = {December},\ year = {2024},\ pages = {784-799}\ }

iShip-1: Maritime Small-Scale Ship Detection Dataset

Visit the iShip-1 dataset description page for more information and download link

Owner

  • Login: li01233
  • Kind: user

GitHub Events

Total
  • Issues event: 1
  • Watch event: 6
  • Delete event: 16
  • Issue comment event: 50
  • Push event: 3
  • Pull request event: 33
  • Create event: 15
Last Year
  • Issues event: 1
  • Watch event: 6
  • Delete event: 16
  • Issue comment event: 50
  • Push event: 3
  • Pull request event: 33
  • Create event: 15

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: 28 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 2.25
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 8
Past Year
  • Issues: 0
  • Pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: 28 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 2.25
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 8
Top Authors
Issue Authors
  • dependabot[bot] (1)
Pull Request Authors
  • dependabot[bot] (23)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/ci.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • codecov/codecov-action v3 composite
  • conda-incubator/setup-miniconda v3 composite
  • slackapi/slack-github-action v1.24.0 composite
.github/workflows/cla.yml actions
  • contributor-assistant/github-action v2.3.1 composite
.github/workflows/codeql.yaml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/docker.yaml actions
  • actions/checkout v4 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • docker/setup-qemu-action v3 composite
  • slackapi/slack-github-action v1.24.0 composite
.github/workflows/greetings.yml actions
  • actions/first-interaction v1 composite
.github/workflows/links.yml actions
  • actions/checkout v4 composite
  • nick-invision/retry v2 composite
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • slackapi/slack-github-action v1.24.0 composite
.github/workflows/stale.yml actions
  • actions/stale v9 composite
requirements.txt pypi
  • albumentations >=1.0.3
  • coremltools >=7.0
  • einops *
  • ipython *
  • matplotlib >=3.3.0
  • numpy >=1.22.2
  • nvidia-pyindex *
  • nvidia-tensorrt *
  • onnx >=1.12.0
  • onnxsim >=0.4.1
  • opencv-python >=4.6.0
  • openvino-dev >=2023.0
  • pandas >=1.1.4
  • pillow >=7.1.2
  • psutil *
  • py-cpuinfo *
  • pycocotools >=2.0.6
  • pyyaml >=5.3.1
  • requests >=2.23.0
  • scikit-learn ==0.19.2
  • scipy >=1.4.1
  • seaborn >=0.11.0
  • tensorflow >=2.4.1,<=2.13.1
  • tensorflowjs >=3.9.0
  • thop >=0.1.1
  • torch >=1.8.0
  • torchvision >=0.9.0
  • tqdm >=4.64.0
setup.py pypi