Science Score: 44.0%

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

  • CITATION.cff file
    Found 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 (8.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

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

README.md

📄 YoloAug

This repository display the effects of ultralytics augmentation with gradio.

📦 Run image transformation

Run with the current environment

Run the following command to start the Gradio web app in your current environment: shell python ShowImg.py Go to http://127.0.0.1:7860

Run with Docker

If you prefer to run the Gradio web app in a Docker container, follow these steps:

  1. Pull the Docker image: shell docker pull ultralytics/ultralytics:8.3.133

  2. Run the Docker container: shell docker run -p 7860:7860 -v $(pwd):/app ultralytics/ultralytics:8.3.133

  3. Go to http://127.0.0.1:7860

📦 Run image Mosaic

Run with the current environment

Run the following command to start the Gradio web app in your current environment: shell python ShowMosaic.py

Run with Docker

If you prefer to run the Gradio web app in a Docker container, follow these steps: 1. Pull the Docker image: shell docker pull ultralytics/ultralytics:8.3.133 2. Run the Docker container: shell docker run -p 7860:7860 -v $(pwd):/app ultralytics/ultralytics:8.3.133 3. Go to http://127.0.0.1:7860

📜 License

Ultralytics offers two licensing options to suit different needs:

  • AGPL-3.0 License: This OSI-approved open-source license is perfect for students, researchers, and enthusiasts. It encourages open collaboration and knowledge sharing. See the LICENSE file for full details.
  • Ultralytics Enterprise License: Designed for commercial use, this license allows for the seamless integration of Ultralytics software and AI models into commercial products and services, bypassing the open-source requirements of AGPL-3.0. If your use case involves commercial deployment, please contact us via Ultralytics Licensing.

📜 Notice

The code is cloned from https://github.com/ultralytics/ultralytics Original author: Ultralytics

Owner

  • Name: Chen
  • Login: nk7260ynpa
  • Kind: user
  • Location: Taiwan, Taipei
  • Company: Taiwan

CV and DL Engineer

Citation (CITATION.cff)

# This CITATION.cff file was generated with https://bit.ly/cffinit

cff-version: 1.2.0
title: Ultralytics YOLO
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Glenn
    family-names: Jocher
    affiliation: Ultralytics
    orcid: "https://orcid.org/0000-0001-5950-6979"
  - family-names: Qiu
    given-names: Jing
    affiliation: Ultralytics
    orcid: "https://orcid.org/0000-0003-3783-7069"
  - given-names: Ayush
    family-names: Chaurasia
    affiliation: Ultralytics
    orcid: "https://orcid.org/0000-0002-7603-6750"
repository-code: "https://github.com/ultralytics/ultralytics"
url: "https://ultralytics.com"
license: AGPL-3.0
version: 8.0.0
date-released: "2023-01-10"

GitHub Events

Total
  • Delete event: 3
  • Issue comment event: 13
  • Push event: 24
  • Pull request review event: 1
  • Pull request event: 13
  • Create event: 13
Last Year
  • Delete event: 3
  • Issue comment event: 13
  • Push event: 24
  • Pull request review event: 1
  • Pull request event: 13
  • Create event: 13

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • astral-sh/setup-uv v6 composite
  • codecov/codecov-action v5 composite
  • conda-incubator/setup-miniconda v3 composite
  • eviden-actions/clean-self-hosted-runner v1 composite
  • slackapi/slack-github-action v2.1.0 composite
  • ultralytics/actions/cleanup-disk main composite
.github/workflows/cla.yml actions
  • contributor-assistant/github-action v2.6.1 composite
.github/workflows/docker.yml actions
  • actions/checkout v4 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • slackapi/slack-github-action v2.1.0 composite
  • ultralytics/actions/cleanup-disk main composite
  • ultralytics/actions/retry main composite
.github/workflows/docs.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • astral-sh/setup-uv v6 composite
.github/workflows/format.yml actions
  • ultralytics/actions main composite
.github/workflows/links.yml actions
  • actions/checkout v4 composite
  • ultralytics/actions/retry main composite
.github/workflows/merge-main-into-prs.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/mirror.yml actions
  • actions/checkout v4 composite
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • astral-sh/setup-uv v6 composite
  • pypa/gh-action-pypi-publish release/v1 composite
  • slackapi/slack-github-action v2.1.0 composite
.github/workflows/stale.yml actions
  • actions/stale v9 composite
examples/YOLO-Series-ONNXRuntime-Rust/Cargo.toml cargo
examples/YOLOv8-ONNXRuntime-Rust/Cargo.toml cargo
docker/Dockerfile docker
  • pytorch/pytorch 2.7.0-cuda12.6-cudnn9-runtime build
examples/YOLOv8-Action-Recognition/requirements.txt pypi
  • transformers *
  • ultralytics *
pyproject.toml pypi
  • matplotlib >=3.3.0
  • numpy >=1.23.0
  • opencv-python >=4.6.0
  • pandas >=1.1.4
  • pillow >=7.1.2
  • psutil *
  • py-cpuinfo *
  • pyyaml >=5.3.1
  • requests >=2.23.0
  • scipy >=1.4.1
  • seaborn >=0.11.0
  • torch >=1.8.0
  • torch >=1.8.0,!=2.4.0; sys_platform == 'win32'
  • torchvision >=0.9.0
  • tqdm >=4.64.0
  • ultralytics-thop >=2.0.0