ZhangShilong
2894516bac
Bump version to v2.11.0 ( #4870 )
...
* add change log for v2.11.0
* fix typo
* version 2.11.0
* fix typo
* to meet the specification of change log
* Update changelog.md
Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
4 years ago
hcy226
2f8cafe450
Use pip install to install mmdetection ( #4879 )
...
* Update get_started.md
* Update get_started.md
4 years ago
lizz
a5ee9b413b
Fix some typos ( #4858 )
...
* Fix some typos
Signed-off-by: lizz <lizz@sensetime.com>
* More
Signed-off-by: lizz <lizz@sensetime.com>
* More
Signed-off-by: lizz <lizz@sensetime.com>
* More
Signed-off-by: lizz <lizz@sensetime.com>
4 years ago
Haian Huang(深度眸)
8db767f758
Support no gt test mode ( #4827 )
...
* Update doc
* Update docs
* Update docs
* Update 1_exist_data_model.md
Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
4 years ago
David de la Iglesia Castro
5af50631d9
[Feature]: Add mmdet2torchserve tool ( #4810 )
...
* Add mmdet_handler
* Add mmdet2torchserve
* Move serve to docker folder
4 years ago
tczhao
373b8e3414
[Fix]: minor syntax typo fix ( #4836 )
4 years ago
Haian Huang(深度眸)
e3857b5f01
Update mmcv_maximum_version ( #4823 )
...
* Update mmcv_maximum_version
* Update doc
4 years ago
Haian Huang(深度眸)
dbc6b67446
Add FAQ ( #4742 )
...
* Add FAQ
* Update docs
4 years ago
Haian Huang(深度眸)
fad57f6fff
[Enhance]:Update error_analysis docs ( #4683 )
...
* Update error_analysis docs
* Add the model download link
* Update error_analysis docs
4 years ago
Mingqiang Ning
e1fe9c87e0
[Fix]: Fix typos in useful_tools.md ( #4701 )
...
fix a typo in useful_tool.md
4 years ago
Wenwei Zhang
bec24ea4ff
Bump to v2.10.0 ( #4692 )
...
* bump to v2.10.0
* update other docs
* resolve comments
* resolve comments
4 years ago
RunningLeon
1085e3c3c7
[Feature]: Support onnx2tensorrt for single stage detectors ( #4569 )
...
* Ignore nonzero and add dummy data in multiclass_nms for deployment with TensorRT
* reduce number of bboxes by nms_pre_deploy in anchor_head
* reduce number of bboxes by nms_pre_deploy in fcos_head
* add onnx2tensorrt and its doc
* add nms_pre_deploy in yolo_head
* change sort to topk in rpn_head
* skip nonzero in single_level_roi_extractor
* update onnx2tensorrt and its doc
* move onnx2tensorrt
* update onnx2tensorrt doc
* change nms_pre_deploy to deploy_nms_pre
* update doc and change deploy_nms_pre format
4 years ago
Steven Gao
44b41062f2
[Feature]: Video demo ( #4420 )
...
* Demo with cv2.VideoCapture
Signed-off-by: steven0129 <h3584935@gmail.com>
* Add video demo and docs
* Use ProgressBar
* add demo.mp4 and docs
* Use mmcv.VideoReader
* Use track_iter_progress
Co-authored-by: hhaAndroid <1286304229@qq.com>
4 years ago
ZhangShilong
edaf241e0d
refactor nms config ( #4636 )
...
* rpn head refactor
* guided anchor
* add deprecate warning
* add more warning for set ori augs
* fix unitest
* change base
* cascade rpn
* cornernet and centri
* grid frcnn ok
* ga anchor ok
* legacy ok
* pisa ok
* tridnet ok
* fix tutorals
* use ConfigDict
4 years ago
Haian Huang(深度眸)
7b3fae6da1
[Enhance]: Add documentation of result_analysis.py ( #4642 )
...
* Add result_analysis docs
* Update docs
4 years ago
Cao Yuhang
bf128b088a
[Feature]: support to customize type of runner ( #4570 )
...
* sup customize runner
* fix typo
* use build runner
* minor fix
* modify according to comments
* add an assertion
* swap order
* fix tutorial
4 years ago
Yimian Dai
dec29d16b4
spelling correction in 2_new_data_model.md ( #4620 )
...
spelling correction, 'ballon' -> 'balloon'
4 years ago
Haian Huang(深度眸)
be263be4bb
Update dataset docs for HTC/DetectoRS/SCNet ( #4604 )
...
* Fix unittest
* Add COCO-Stuff docs
* Remove spaces
4 years ago
Haian Huang(深度眸)
272f200739
Add paper conference link and update MMCV installation docs ( #4597 )
...
* Add paper conference link and mmcv install docs
* Update contributing
4 years ago
Wenwei Zhang
6c1347d7c0
Bump to v2.9.0 ( #4557 )
...
* bump to v2.9.0
* update
4 years ago
ZhangShilong
f07de13b82
Add guidance for speed benchmark ( #4537 )
...
* add a guidance for benchmark speed
* add training time guidance
* fix typos
* fix url
* fix type
4 years ago
ZhangShilong
1b7fb9306c
add CompatibleCheckHook ( #4508 )
...
* add CompatibleCheckHook
* check val
* add docstr
* move hook to default runtime
* add unitest
* fix a typo
* fix unitest
* update docs
* add check for CLASSES is None
* fix doc
4 years ago
Haian Huang(深度眸)
e3e6ca76c6
Categorize tools ( #4501 )
...
* Categorize tools
* Update docs
* Rename tools
* Tool organization
4 years ago
Haian Huang(深度眸)
43b8149cb4
Fix Missing documentation ( #4525 )
...
* Update docs
* Remove spaces
* Update docs
* Delete mirror link
4 years ago
RunningLeon
247785ceb3
add onnx simplify option to pytorch2onnx tool ( #4468 )
...
* add onnx simplify option
* resolve comments
* add warnings
4 years ago
Haian Huang(深度眸)
acab309130
Update documentation about the deprecation of train_cfg/test_cfg ( #4489 )
...
* Update documentation about the modification of train_cfg/test_cfg
* Fix docs str
* Add docs str
* Add docs str
4 years ago
congee
2d2e5c6f42
Update stat to classify papers ( #4449 )
...
* update stat to classify papers
* modify tag of fp16
4 years ago
Qiaofei Li
9b2c208d51
Add more details in documentation of customizing dataset ( #4430 )
...
* fix #4181 , invalid link in readme for maskrcnn cityscapes
* undo
* Update customize_dataset.md
* Update config modification setting
* add doc for checking annotations of the new customized dataset
* reformat
* re-add docs for customized dataset
* Update customize_dataset.md
* use a cascase maskrcnn model as example to replace retinanet
* reformat
* reformat
4 years ago
kazet
900e0c8b8a
Corrected the get_started.md example inference ( #4429 )
...
It did not contain the checkpoint download step.
4 years ago
Haian Huang(深度眸)
1f04bc57f9
Add batch inference docs about deprecate ImageToTensor ( #4408 )
...
* Add batch inference docs
* Update batch inference docs
* Update docs
4 years ago
Haian Huang(深度眸)
6adc01ed7d
Add cpu compatibility info in documentation ( #4405 )
...
* Add cpu compatibility info
* Add table about not support CPU only model info
* Update docs about not support CPU only model info
4 years ago
Qiaofei Li
b3c67d5e9c
Re-add tutorial for exist_data_new_model ( #4396 )
...
* fix #4181 , invalid link in readme for maskrcnn cityscapes
* undo
* re-organize tutorial for exist_data_new_model
* reformat
* reformat
* remove unnecessary
4 years ago
congee
4824dc0c0c
remove the papers should not be included and the models without any ckpt ( #4393 )
4 years ago
Wenwei Zhang
a21eb25535
bump to v2.8.0 ( #4387 )
4 years ago
Wenwei Zhang
506a5c6869
fix typo in doc ( #4378 )
...
* fix typo in doc
* update register
* also resolve #4334
4 years ago
congee
95a1dbdfab
modify the counting way of ckpts ( #4317 )
...
* modify the count way of ckpts
* remove config statistics
4 years ago
Wang Xinjiang
2b84662786
Add config options docstring ( #4326 )
...
* Add docstring for train.py/test.py/eval_metric.py
* Add docstring in the document
* Update docstring in the document
* Update docstring
4 years ago
Haian Huang(深度眸)
58d7bc85e3
Update pre-train model URL(faster rcnn and mask rcnn) ( #4307 )
...
* FPN deprecated warning
* FPN deprecated warning
* Update pretrain model url
* Fix pretrain model base url
* Add specific class pre-trained models
* Fix isort error
* Update doc description
* Update model url
* Rename config
* Rename config
4 years ago
RunningLeon
c551b598bb
[doc]: add doc for pytorch2onnx ( #4271 )
...
* [doc]: add doc for pytorch2onnx
* [doc]: remove blank lines
* resolve format of doc
* refact doc for pytorch2onnx
* add space
* add to index.rst
4 years ago
Haian Huang(深度眸)
2630f95a1c
Add documentation for batch inference ( #4296 )
...
* FPN deprecated warning
* FPN deprecated warning
* Add the documentation of batch inference and test
* Add the documentation of options cfg and eval cfg
* Modify the document description
* Add doc description spacer
* Update doc description
4 years ago
Jerry Jiarui XU
83a964386e
Add markdown lint in pre-commit hook ( #4255 )
...
* Add markdown lint in pre-commit hook
* add markdown lint
4 years ago
Bender
8d997db49b
fix markdown ( #4265 )
4 years ago
Wenwei Zhang
3e902c3afc
bump to v2.7.0 ( #4205 )
...
* bump to v2.7.0
* update dates
* update version requirements
* rephrase
* resolve comments
5 years ago
Wenwei Zhang
159d925164
Add DETR readme.md ( #4206 )
...
* Add DETR readme.md
* update model zoo
* fix typo
5 years ago
Jerry Jiarui XU
1989b69c91
[docs] Add loss convention ( #3818 )
...
* [docs] Add loss convention
* add example
* fixed backticks
* reduce code
* fixed lint
5 years ago
Ryan Li
2e2a3280bf
[DOC] Edit FAQ to add 30 series installation problem ( #4176 )
...
* Edit faq to add 30 series installation problem
* Update as per comment
5 years ago
Jerry Jiarui XU
0293aedb67
[Feature]: Support ResNeSt backbone ( #2959 )
...
* add stem_channels opt
* add ResNeSt
* fixed config
* fixed cascade config
* add precise BN
* add precise bn in test
* format precise bn
* update precise bn interval
* fixed eval config bug
* fixed precise interval
* change to return_loss=False
* add naive syncbn
* add naive syncbn
* rmo precise bn
* add range ms
* change to MMSyncBN
* add naive
* fixed loader
* reset test
* fixed faster config bug
* add no norm decay
* add baseline no norm decay
* set fronzen_stages=-1
* move import
* restore to official setting
* set to MMSyncBN
* update s101 pretrain
* update docs
* fixed config
* add backbone+head
* change fpn init
* add s101
* add s101
* revert fpn init
* add modelzoo, docstring, test
* fixed test
* fixed test
* add missing models
* update docstring
* add comment
* fixed markdownlint
5 years ago
Renjith Baby
d7f419852a
[Enhance] Update get_started.md ( #4145 )
...
Added instructions related to the docker version to ensure that user is not running into issues mentioned here https://github.com/NVIDIA/nvidia-docker/issues/1165
5 years ago
Jintao Lin
141b68faf8
[Docs] Add model statistics and polish some titles in configs README ( #4140 )
...
* add model stastics
* add modelzoo Statistics
* fix some title in READMD
* chmod
5 years ago
Shijie
ff657a3cc7
fix one doc typo ( #4105 )
5 years ago