labelme_automator

custom automation based on labelme

https://github.com/kuanhsiaokuo/labelme_automator

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 (2.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

custom automation based on labelme

Basic Info
  • Host: GitHub
  • Owner: KuanHsiaoKuo
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 26 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme License Citation

README.md

Labelme自动化改造

源码运行方式

shell python -m venv project_venv source project_venv/bin/activate pip install -r requirements.txt python -m labelme

安装环境的问题

  • No module named 'yaml'

```shell pip install pyyaml

```

Jetbrains配置模块执行

shell python -m labelme

  • 对应jetbrains配置

CleanShot 2022-12-05 at 12.59.39@2x

Jetbrains配置flake8检测

由于CI默认需要满足flake8,所以这里需要配置一个External Tool(Settings > Tools)

CleanShot 2022-12-05 at 13.30.02@2x

翻译

Owner

  • Name: Kuan HsiaoKuo
  • Login: KuanHsiaoKuo
  • Kind: user

Life is short, you need lift

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Wada"
  given-names: "Kentaro"
  orcid: "https://orcid.org/0000-0002-6347-5156"
title: "Labelme: Image Polygonal Annotation with Python"
doi: 10.5281/zenodo.5711226
url: "https://github.com/wkentaro/labelme"
license: GPL-3

GitHub Events

Total
Last Year

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/download-artifact v1 composite
  • actions/upload-artifact v1 composite
  • actions/upload-release-asset v1 composite
  • conda-incubator/setup-miniconda v2 composite
requirements-dev.txt pypi
  • black ==22.8.0 development
  • github2pypi ==1.0.0 development
  • hacking ==4.1.0 development
  • pytest * development
  • pytest-qt * development
  • twine * development
requirements.txt pypi
  • Pillow ==9.3.0
  • PyQt5 ==5.15.7
  • PyQt5-Qt5 ==5.15.2
  • PyQt5-sip ==12.11.0
  • PySide6 ==6.4.1
  • PySide6-Addons ==6.4.1
  • PySide6-Essentials ==6.4.1
  • PyYAML ==6.0
  • Pygments ==2.13.0
  • QtPy ==2.3.0
  • attrs ==22.1.0
  • black ==22.8.0
  • bleach ==5.0.1
  • certifi ==2022.9.24
  • charset-normalizer ==2.1.1
  • click ==8.1.3
  • commonmark ==0.9.1
  • contourpy ==1.0.6
  • cycler ==0.11.0
  • docutils ==0.19
  • exceptiongroup ==1.0.4
  • flake8 ==3.8.4
  • fonttools ==4.38.0
  • github2pypi ==1.0.0
  • hacking ==4.1.0
  • idna ==3.4
  • imgviz ==1.6.2
  • importlib-metadata ==5.1.0
  • iniconfig ==1.1.1
  • jaraco.classes ==3.2.3
  • keyring ==23.11.0
  • kiwisolver ==1.4.4
  • matplotlib ==3.6.2
  • mccabe ==0.6.1
  • more-itertools ==9.0.0
  • mypy-extensions ==0.4.3
  • natsort ==8.2.0
  • numpy ==1.23.5
  • packaging ==21.3
  • pathspec ==0.10.2
  • pkginfo ==1.9.2
  • platformdirs ==2.5.4
  • pluggy ==1.0.0
  • pycodestyle ==2.6.0
  • pyflakes ==2.2.0
  • pyparsing ==3.0.9
  • pytest ==7.2.0
  • pytest-qt ==4.2.0
  • python-dateutil ==2.8.2
  • readme-renderer ==37.3
  • requests ==2.28.1
  • requests-toolbelt ==0.10.1
  • rfc3986 ==2.0.0
  • rich ==12.6.0
  • shiboken6 ==6.4.1
  • six ==1.16.0
  • termcolor ==2.1.1
  • tomli ==2.0.1
  • twine ==4.0.2
  • typing_extensions ==4.4.0
  • urllib3 ==1.26.13
  • webencodings ==0.5.1
  • zipp ==3.11.0
setup.py pypi
  • Pillow >=2.8
  • PyYAML *
  • imgviz >=0.11
  • matplotlib *
  • natsort >=7.1.0
  • numpy *
  • qtpy *
  • termcolor *