Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 24e8417

Browse files
authored
Add logo and resources folder (open-mmlab#3230)
* add logo and resources folder * update logo size * change logo size to 400 * change logo size to 600
1 parent e2b642a commit 24e8417

9 files changed

+10
-8
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
# MMDetection
1+
<div align="center">
2+
<img src="resources/mmdet-logo.png" width="600"/>
3+
</div>
24

35
**News**: We released the technical report on [ArXiv](https://arxiv.org/abs/1906.07155).
46

57
Documentation: https://mmdetection.readthedocs.io/
68

79
## Introduction
810

9-
The master branch works with **PyTorch 1.3 to 1.5**.
10-
The old v1.x branch works with PyTorch 1.1 to 1.4, but v2.0 is strongly recommended for faster speed, higher performance, better design and more friendly usage.
11-
1211
MMDetection is an open source object detection toolbox based on PyTorch. It is
1312
a part of the OpenMMLab project developed by [Multimedia Laboratory, CUHK](http://mmlab.ie.cuhk.edu.hk/).
1413

15-
![demo image](demo/coco_test_12510.jpg)
14+
The master branch works with **PyTorch 1.3 to 1.5**.
15+
The old v1.x branch works with PyTorch 1.1 to 1.4, but v2.0 is strongly recommended for faster speed, higher performance, better design and more friendly usage.
16+
17+
![demo image](resources/coco_test_12510.jpg)
1618

1719
### Major features
1820

docs/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ We provide lots of useful tools under `tools/` directory.
344344

345345
You can plot loss/mAP curves given a training log file. Run `pip install seaborn` first to install the dependency.
346346

347-
![loss curve image](../demo/loss_curve.png)
347+
![loss curve image](../resources/loss_curve.png)
348348

349349
```shell
350350
python tools/analyze_logs.py plot_curve [--keys ${KEYS}] [--title ${TITLE}] [--legend ${LEGEND}] [--backend ${BACKEND}] [--style ${STYLE}] [--out ${OUT_FILE}]

docs/robustness_benchmarking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This page provides basic tutorials how to use the benchmark.
1818
}
1919
```
2020

21-
![image corruption example](../demo/corruptions_sev_3.png)
21+
![image corruption example](../resources/corruptions_sev_3.png)
2222

2323
## About the benchmark
2424

docs/tutorials/data_pipeline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defines how to process the annotations and a data pipeline defines all the steps
1515
A pipeline consists of a sequence of operations. Each operation takes a dict as input and also output a dict for the next transform.
1616

1717
We present a classical pipeline in the following figure. The blue blocks are pipeline operations. With the pipeline going on, each operator can add new keys (marked as green) to the result dict or update the existing keys (marked as orange).
18-
![pipeline figure](../../demo/data_pipeline.png)
18+
![pipeline figure](../../resources/data_pipeline.png)
1919

2020
The operations are categorized into data loading, pre-processing, formatting and test-time augmentation.
2121

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

resources/mmdet-logo.png

32.1 KB
Loading

0 commit comments

Comments
 (0)