-yolov8-

基于yolov8的行人车辆检测

https://github.com/r0sedan/-yolov8-

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 links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 6 months ago · JSON representation ·

Repository

基于yolov8的行人车辆检测

Basic Info
  • Host: GitHub
  • Owner: r0seDan
  • Language: Python
  • Default Branch: main
  • Size: 29.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 8 months ago · Last pushed 8 months ago
Metadata Files
Citation

Owner

  • Login: r0seDan
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
preferred-citation:
  type: software
  message: If you use this software, please cite it as below.
  authors:
  - family-names: Jocher
    given-names: Glenn
    orcid: "https://orcid.org/0000-0001-5950-6979"
  - family-names: Chaurasia
    given-names: Ayush
    orcid: "https://orcid.org/0000-0002-7603-6750"
  - family-names: Qiu
    given-names: Jing
    orcid: "https://orcid.org/0000-0003-3783-7069"
  title: "YOLO by Ultralytics"
  version: 8.0.0
  # doi: 10.5281/zenodo.3908559  # TODO
  date-released: 2023-1-10
  license: AGPL-3.0
  url: "https://github.com/ultralytics/ultralytics"

GitHub Events

Total
  • Delete event: 1
  • Push event: 1
  • Create event: 2
Last Year
  • Delete event: 1
  • Push event: 1
  • Create event: 2

Dependencies

requirements.txt pypi
  • PyQt5 ==5.15.2
  • certifi ==2023.7.22
  • charset-normalizer ==3.3.0
  • colorama ==0.4.6
  • contourpy ==1.1.1
  • cycler ==0.12.1
  • fonttools ==4.43.1
  • idna ==3.4
  • importlib-resources ==6.1.0
  • kiwisolver ==1.4.5
  • matplotlib ==3.8.0
  • numpy ==1.26.1
  • opencv-python ==4.8.1.78
  • packaging ==23.2
  • psutil ==5.9.6
  • py-cpuinfo ==9.0.0
  • pyparsing ==3.1.1
  • pyqt5-tools ==5.15.2.3.1
  • python-dateutil ==2.8.2
  • pyyaml ==6.0.1
  • requests ==2.31.0
  • scipy ==1.11.3
  • seaborn ==0.13.0
  • six ==1.16.0
  • thop ==0.1.1
  • torch ==1.9.0
  • tqdm ==4.66.1
  • typing-extensions ==4.8.0
  • ultralytics ==8.0.199
  • urllib3 ==2.0.6
  • zipp ==3.17.0
setup.py pypi