mmdetection
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: 9 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: jrcastropy
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 37.6 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created almost 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
README.md
How to set up
Create a virtual environment
python -m venv venv
Activate your Virtual Environment
If you are using Linux (Ubuntu)
source venv/bin/activate
If you are using Windows
venv\Scripts\activate
step by step run the codes below
pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.9/index.html
pip install scipy
git clone https://github.com/jrcastropy/mmdetection.git
Download config here for centernet
Owner
- Login: jrcastropy
- Kind: user
- Repositories: 3
- Profile: https://github.com/jrcastropy
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
requirements/albu.txt
pypi
- albumentations >=0.3.2
requirements/build.txt
pypi
- cython *
- numpy *
requirements/docs.txt
pypi
- docutils ==0.16.0
- myst-parser *
- sphinx ==4.0.2
- sphinx-copybutton *
- sphinx_markdown_tables *
- sphinx_rtd_theme ==0.5.2
requirements/mminstall.txt
pypi
- mmcv-full >=1.3.17
requirements/optional.txt
pypi
- cityscapesscripts *
- imagecorruptions *
- scipy *
- sklearn *
- timm *
requirements/readthedocs.txt
pypi
- mmcv *
- torch *
- torchvision *
requirements/runtime.txt
pypi
- matplotlib *
- numpy *
- pycocotools *
- 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