Skip to content

Commit

Permalink
Add logo and resources folder (open-mmlab#3230)
Browse files Browse the repository at this point in the history
* add logo and resources folder

* update logo size

* change logo size to 400

* change logo size to 600
  • Loading branch information
hellock authored Jul 7, 2020
1 parent e2b642a commit 24e8417
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# MMDetection
<div align="center">
<img src="resources/mmdet-logo.png" width="600"/>
</div>

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

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

## Introduction

The master branch works with **PyTorch 1.3 to 1.5**.
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.

MMDetection is an open source object detection toolbox based on PyTorch. It is
a part of the OpenMMLab project developed by [Multimedia Laboratory, CUHK](http://mmlab.ie.cuhk.edu.hk/).

![demo image](demo/coco_test_12510.jpg)
The master branch works with **PyTorch 1.3 to 1.5**.
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.

![demo image](resources/coco_test_12510.jpg)

### Major features

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ We provide lots of useful tools under `tools/` directory.

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

![loss curve image](../demo/loss_curve.png)
![loss curve image](../resources/loss_curve.png)

```shell
python tools/analyze_logs.py plot_curve [--keys ${KEYS}] [--title ${TITLE}] [--legend ${LEGEND}] [--backend ${BACKEND}] [--style ${STYLE}] [--out ${OUT_FILE}]
Expand Down
2 changes: 1 addition & 1 deletion docs/robustness_benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This page provides basic tutorials how to use the benchmark.
}
```

![image corruption example](../demo/corruptions_sev_3.png)
![image corruption example](../resources/corruptions_sev_3.png)

## About the benchmark

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/data_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defines how to process the annotations and a data pipeline defines all the steps
A pipeline consists of a sequence of operations. Each operation takes a dict as input and also output a dict for the next transform.

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).
![pipeline figure](../../demo/data_pipeline.png)
![pipeline figure](../../resources/data_pipeline.png)

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

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added resources/mmdet-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24e8417

Please sign in to comment.