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

Repository

Basic Info
  • Host: GitHub
  • Owner: Zzz512
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 26.7 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Hangzhou Dianzi University MIL CoVT Annotation Tool

Get report json file

Baiduyun download link

How to build

Below shows how to build the standalone executable on macOS, Linux and Windows.

```bash

Git Clone

git clone https://github.com/Zzz512/MimicCoVTLabelTools.git cd MimicCoVTLabelTools

Setup conda

conda create --name labelme-covt python=3.10 conda activate labelme-covt

Build Dependency

pip install .

Run

labelme-covt

or

python ./labelme/main.py

Build the standalone executable

pip install pyinstaller pyinstaller labelme-covt.spec dist/labelme --version ```

Acknowledgement

This repo is the fork of mpitid/pylabelme.

Owner

  • Login: Zzz512
  • Kind: user

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

requirements-dev.txt pypi
  • github2pypi ==1.0.0 development
  • pytest * development
  • pytest-qt * development
  • ruff ==0.1.9 development
  • twine * development
setup.py pypi
  • Pillow >=2.8
  • PyYAML *
  • gdown *
  • imgviz >=1.7.5
  • matplotlib *
  • natsort >=7.1.0
  • numpy *
  • onnxruntime >=1.14.1,
  • qtpy *
  • scikit-image *
  • termcolor *