opensourcesw_teamproject
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.3%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: gunheeK
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 565 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 1
Created over 3 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
README.md
👚MMDetection을 사용한 K-fashion 분류 프로젝트
2022-2 오픈소스SW 실습 팀 프로젝트
🧑🤝🧑Team
💾Dataset
- train : test : val = 8 : 1 : 1
### 📌데이터 버전 정보
>>
ver 1.0
>> >>>📁dataset ver 1.0 > └┳📁annotation > │ └┳📁test > │ ├📁train > │ └📁val > └📁images > └┳📁test > ├📁train > └📁val >>-coat,jacket,jumper,t-shirt,blouse,cardigan, 총 6개의 class를 test, train, val로 분류함.
>
❓How to Use
- anaconda prompt에 해당 명령어 입력
python tools/train.py configs/_base_/default_runtime.py
👕Result
- 램 용량 부족으로 인해 학습 실패
Owner
- Name: gunheeK
- Login: gunheeK
- Kind: user
- Repositories: 3
- Profile: https://github.com/gunheeK
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - name: "MMDetection Contributors" title: "OpenMMLab Detection Toolbox and Benchmark" date-released: 2018-08-22 url: "https://github.com/open-mmlab/mmdetection" 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 v1.0.10 composite
- codecov/codecov-action v2 composite
.github/workflows/build_pat.yml
actions
- actions/checkout 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
.github/workflows/stale.yml
actions
- actions/stale v4 composite
.github/workflows/test_mim.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/albu.txt
pypi
- albumentations >=0.3.2
requirements/build.txt
pypi
- cython *
- numpy *
requirements/docs.txt
pypi
- docutils ==0.16.0
- markdown >=3.4.0
- myst-parser *
- sphinx ==5.3.0
- sphinx-copybutton *
- sphinx_markdown_tables >=0.0.17
- sphinx_rtd_theme *
requirements/mminstall.txt
pypi
- mmcv-full >=1.3.17
requirements/optional.txt
pypi
- cityscapesscripts *
- imagecorruptions *
- sklearn *
requirements/readthedocs.txt
pypi
- mmcv *
- torch *
- torchvision *
requirements/runtime.txt
pypi
- matplotlib *
- numpy *
- pycocotools *
- scipy *
- six *
- terminaltables *
requirements/tests.txt
pypi
- asynctest * test
- codecov * test
- flake8 * test
- interrogate * test
- isort ==4.3.21 test
- kwarray * test
- onnx ==1.7.0 test
- onnxruntime >=1.8.0 test
- protobuf <=3.20.1 test
- pytest * test
- ubelt * test
- xdoctest >=0.10.0 test
- yapf * test