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.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: wolfstefan
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Size: 9.15 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created about 4 years ago · Last pushed about 4 years ago
Metadata Files
Readme License Citation

README.md

Transformer-based Fine-Grained Fungi Classification in an Open-Set Scenario

This repository is targeted towards solving the FungiCLEF 2022 (https://www.kaggle.com/competitions/fungiclef2022/) challenge. It is based on MMClassification (https://github.com/open-mmlab/mmclassification).

Pre-trained models can be found under Releases (https://github.com/wolfstefan/fungi-classification/releases).

Usage

Installation

bash conda create -n mmcls-fgvc python=3.8 -y conda activate mmcls-fgvc conda install pytorch torchvision cudatoolkit=10.2 -c pytorch-lts pip install -e .

Data

The challenge data has to be downloaded and put into data/fungiclef2022/.

Training

bash bash tools/dist_train.sh configs/fungi/swin_large_b12x6-fp16_fungi+val_res_384_cb_epochs_6.py 6

Inference

bash python tools/test_generate_result_pre-consensus_tta.py work_dirs/swin_large_b12x6-fp16_fungi+val_res_384_cb_epochs_6/swin_large_b12x6-fp16_fungi+val-test_res_384_cb_epochs_6.py work_dirs/swin_large_b12x6-fp16_fungi+val_res_384_cb_epochs_6/best_f1_score_epoch_6.pth results.csv

Owner

  • Login: wolfstefan
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "OpenMMLab's Image Classification Toolbox and Benchmark"
authors:
  - name: "MMClassification Contributors"
version: 0.15.0
date-released: 2020-07-09
repository-code: "https://github.com/open-mmlab/mmclassification"
license: Apache-2.0

GitHub Events

Total
Last Year

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v2 composite
.github/workflows/deploy.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/lint.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
docker/Dockerfile docker
  • pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
docker/serve/Dockerfile docker
  • pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
requirements/docs.txt pypi
  • docutils ==0.17.1
  • myst-parser *
  • sphinx ==4.5.0
  • sphinx-copybutton *
  • sphinx_markdown_tables *
requirements/mminstall.txt pypi
  • mmcv-full >=1.4.2,<1.6.0
requirements/optional.txt pypi
  • albumentations >=0.3.2
  • colorama *
  • requests *
  • rich *
requirements/readthedocs.txt pypi
  • mmcv >=1.4.2
  • torch *
  • torchvision *
requirements/runtime.txt pypi
  • matplotlib *
  • numpy *
  • packaging *
requirements/tests.txt pypi
  • codecov * test
  • flake8 * test
  • interrogate * test
  • isort ==4.3.21 test
  • mmdet * test
  • pytest * test
  • xdoctest >=0.10.0 test
  • yapf * test
requirements.txt pypi
setup.py pypi