fungi-classification
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
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
Metadata Files
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
- Repositories: 1
- Profile: https://github.com/wolfstefan
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
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
- pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
- docutils ==0.17.1
- myst-parser *
- sphinx ==4.5.0
- sphinx-copybutton *
- sphinx_markdown_tables *
- mmcv-full >=1.4.2,<1.6.0
- albumentations >=0.3.2
- colorama *
- requests *
- rich *
- mmcv >=1.4.2
- torch *
- torchvision *
- matplotlib *
- numpy *
- packaging *
- codecov * test
- flake8 * test
- interrogate * test
- isort ==4.3.21 test
- mmdet * test
- pytest * test
- xdoctest >=0.10.0 test
- yapf * test