Commit Graph

8 Commits (a85675c16f180d7a121604be70cb379d40d74e37)

Author SHA1 Message Date
Jinhee Lee eb5ea47d9c
Update customize_datasets.md (#2249) 2022-11-01 19:14:36 +08:00
Miao Zheng 0391dcd105
Upgrade pre commit hooks master (#2155)
* Upgrade pre commit hooks

* Upgrade pre commit hooks

* mim install mmcv-full

* install mim

* install mmcv-full

* test mmcv-full 1.6.0

* fix timm

* fix timm

* fix timm
2022-10-08 16:29:12 +08:00
乐乐乐乐乐乐乐 03c2447690
[Fix] Fix batch_size description error (#1802) 2022-07-21 22:48:56 +08:00
Giovanni Cavallin fe16402251
RandomMosaic not working until... (#1761)
RandomMosaic is not working with the suggested configuration. In order to make use of the MultiImageMixDataset, the following lines:
```
dict(type='LoadImageFromFile')
dict(type='LoadAnnotations')
```
should be provided to both the wrapped and wrapper datasets.
2022-07-13 18:04:29 +08:00
Miao Zheng 104429be00
[Docs] Replace markdownlint with mdformat for avoiding installing ruby (#1591)
* [Docs] Replace markdownlint with mdformat for avoiding installing ruby

* [Docs] Replace markdownlint with mdformat for avoiding installing ruby

* lint
2022-05-20 18:29:44 +08:00
Miao Zheng ee67c808b2
[Doc] Add explanation and usage instructions for data configuration (#1548)
* [WIP] Data configuration

* [Doc] Add data configuration

* version info

* grammar

* typo

* typo

* format

* fix based on comments

* grammar

* comments
2022-05-06 15:25:05 +08:00
Rockey e2361cbce0
[Docs] Add MultiImageMixDataset tutorial (#1194)
* [Docs] Add MultiImageMixDataset tutorial

* modify to randommosaic

* fix markdown
2022-01-24 15:48:54 +08:00
MengzhangLI 520ec8e128
[Docs] Refactor the structure of documentation (#1128)
* merge docs/ and docs_zh-CN/

* merge docs/ and docs_zh-CN/

* merge docs/ and docs_zh-CN/

* merge docs/ and docs_zh-CN/

* fix launch utility url

* fix launch utility url

* fix wrong pytorch doc url

* remove wrong links docs//
2021-12-16 18:56:45 +08:00