RangiLyu
848f53c9c8
Fix CI out of memory & add PyTorch1.9 Python3.9 unit tests ( #5862 )
...
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* try to fix CI
* try to fix CI
* try to fix CI
* try to fix CI
* fix ci
* Use docker to skip CUDA installation in CI
* fix mmcv install
* delete pt1.9
* fix ci
* delete py3.9
* fix ci
* fix albu
* fix albu
* skip mmpycocotools
* pycocotools
* pycocotools
* env
* env
* env
* env
* env
* env
* env
* skip some large model
* fix tracking
* reduce resnet channels
* reduce resnset channels
* reduce resnet channels
* reduce csp darknet channels
* reduce tracking channels
* fix CE loss
* enable cpu test
* add cuda10.2 and torch1.9 and python3.9
* fix python3.9 env
* fix python3.9 env
* fix python3.9 env
* fix python3.9 env
* fix apt install
* fix py3.9 ppa
* fix py3.9 ppa
* fix py3.9
* fix py3.9
* fix py3.9
* fix python dev
* fix python dev
* add cmake
* update onnxruntime
* update codecov
* update CI
* fix mmcv cuda version
3 years ago
Haian Huang(深度眸)
48d382013d
YOLOX supports fp16 training ( #5983 )
...
* YOLOX supports fp16 training
* add Copyright
3 years ago
RangiLyu
f05f843da9
[Enhance]: Check dtype in transform unit tests. ( #5969 )
...
* add dtype to bbox unit test
* add dtype to unit test
* add docstring
* add label and check dtype
3 years ago
Guangchen Lin
13880ae5fd
[Enhance] Add dataset information in the README file for PanopticFPN ( #5995 )
...
* Add dataset information in the README file for PanopticFPN
* Add docs for panoptic dataset
* Update docs
* modify the statement of COCO Panoptic
3 years ago
MartaYang
69b36d7ac3
Fix missing '**kwargs' parameters passing to imshow_bboxes() ( #6034 )
...
'**kwargs' parameters haven't passed to mmcv.imshow_bboxes() in show_result() of mmdetection/mmdet/models/detectors/rpn.py
3 years ago
杨培文 (Yang Peiwen)
460934d8a6
Fix scores not contiguous error in centernet_head. ( #6016 )
...
* Update centernet_head.py
* Update centernet_head.py
* Update centernet_head.py
* Update centernet_head.py
* Update centernet_head.py
3 years ago
BigDong
003f520cad
[Docs] Remove opencv-python-headless dependency by albumentations ( #5868 )
3 years ago
Haian Huang(深度眸)
276b7c300f
Fix regression loss does not support empty tensor problem. ( #5976 )
3 years ago
Haian Huang(深度眸)
d8a547f42e
YOLACT supports val workflow ( #5986 )
3 years ago
Tong Gao
08f15a630c
polish assertion error msgs ( #6017 )
3 years ago
Wenwei Zhang
e876171cdf
fix citation file ( #6006 )
3 years ago
Wenwei Zhang
3a8983d3e0
Add citation files & add python 3.9 CI & fix version of doc dependencies ( #6005 )
3 years ago
Tomomas
ff6013c81d
Update model_wrappers.py ( #5975 )
3 years ago
guigarfr
0fcea45bc9
Allow XML dataset generalization ( #5943 )
3 years ago
Wenwei Zhang
7bd39044f3
Bump version to v2.16.0 ( #5971 )
...
* try to install cuda
* use 1804
* bump version
3 years ago
wangbo-zhao
f0fcc16cdc
[Docs] Add Chinese version of customize_losses ( #5826 )
...
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
* Update customize_losses.md
3 years ago
jbwang1997
70122308a7
[Docs] Add Chinese version of model_zoo ( #5827 )
...
* finish Common Setting
* Finish ImageNet Pretrained Models
* finish baseline
* finishi Speed Benchmark
* Finish Comparison with Detectron2
* Fix 中文 English 中文 and some mistakes
* Modified docs/model_zoo.md
* regenerate the tables
* fix 中文数字中文 problem
* fix mistakes
* Fix markdownlint errors
3 years ago
Guangchen Lin
cc466a8405
[Feature] Release PanopticFPN models ( #5902 )
...
* Support classwise evaluation
* Fisrt commit for configs
* Fix the file name
* Fix wrong deletion
* Fix typo
* Fix bug
* Update panoptic_fpn_r50_fpn_mstrain_3x_coco.py
* Fix bug
* update the performance of two models
* Support to release panoptic models
* Compatible with lowercase 'pq'
* Update the link of the models
* Fix dataset name in the Metafile
3 years ago
Jerry Jiarui XU
a6b876726e
[Feature] Support Swin Transformer backbone ( #5748 )
...
* [Feature] Support Swin Transformer backbone
* add unittests
* add unitest, support with_cp
* fixed typo
* fixed docstring
* optimize import and docstring
* add optional
* update docstring
* fixed config name
* fixed some docstring typo
* add PatchEmbed
* remove patch size
* add doc
* add tests
* resolve comments
* add pad_to_stride
* resolve comments
* fix bugs
* add adap pooling
* use adap pooling
* fix docstr
* add uni test
* add more doc
* add example
* remove patch_to_stride
* use new patch embed and patch merge
* rename poo
* resolve comments
* fix doc
* move padding calculation to a function
* fix init weights
* use init cfg
* add freeze stage
Co-authored-by: zhangshilong <2392587229zsl@gmail.com>
3 years ago
Shilong Zhang
a1c47b1643
[Feature]: Add `PatchEmbed` and `PatchMerging` with `AdaptivePadding` ( #5952 )
...
* add PatchEmbed
* remove patch size
* add doc
* add tests
* resolve comments
* add pad_to_stride
* resolve comments
* fix bugs
* add adap pooling
* use adap pooling
* fix docstr
* add uni test
* add more doc
* add example
* remove patch_to_stride
* rename poo
* resolve comments
* fix doc
* move padding calculation to a function
3 years ago
Yun Du
d3ddfb8b20
[Docs] Fix ArXix to ArXiv in README ( #5973 )
3 years ago
guigarfr
5590f80edf
Adapt browse_dataset for concatenated datasets. ( #5935 )
3 years ago
Guangchen Lin
3545915bf1
[Enhance] Support classwise evaluation in CocoPanopticDataset ( #5896 )
...
* Support classwise evaluation
* Add unit test for cocopanoptic dataset
* Add comments
* Add comments
* Extract a function
* Fix comments
3 years ago
RangiLyu
5fa0f7a0d0
[Fix]: Fix dtype of bbox in RandomAffine. ( #5930 )
3 years ago
Haian Huang(深度眸)
8549f8c048
Fix mosaic coordinate error ( #5947 )
...
* fix an error of mosaic
* fix an error for masaic
* Adding filtering rules for mosaic.
Adding filtering rules for mosaic.
* adding filtering rules for mosaic
* fix coordinate error
* fix lint
Co-authored-by: zhaojinjian0000 <49756944+zhaojinjian0000@users.noreply.github.com>
3 years ago
Shilong Zhang
414c62cb12
Use legacy coordinate in metric of VOC ( #5627 )
...
* fix metric of voc dataset
* fix typo
* fix recall
* fix recall of voc
* fix doc
* fix typo
* fix recall
* remove class agnorstic results
* add prefix use
* add unites
* use use_legacy_coordinate
* fix doc
* fix bug
* add more unitest
* add more unitest
* add unintest
3 years ago
Haotian Liu
05181ba532
Set the priority of EvalHook to LOW. ( #5882 )
3 years ago
Menghua Zhai
ff49aa5385
[Fix] fix a yolox bug when applying bbox rescaling in test mode (reopened) ( #5899 )
...
* [Fix] fix a yolox bug when applying bbox rescaling in test mode
This bug is triggered only when batch_size > 1. For example, given batch_size = 20,
the tensor on the left side has shape [20, x, 4], while the tensor on the right size
has shape [20, 4]
* break a line to fix the linting warning
3 years ago
Guangchen Lin
65689538da
Use warnings instead of logger.warning ( #5540 )
3 years ago
Guangchen Lin
8a6bd22eee
[Fix] The interface `multiscale_output` is defined but not used ( #5887 )
...
* Fix bug of HRNet
* Add unit test for hrnet
* Add unit test for hrmodule
* typo
* Modify docstr
* fix typo
* Add copyright
3 years ago
Guangchen Lin
776f5f743c
[Enhance] Refactor the loss function in HTC and SCNet ( #5881 )
...
* Refactor the loss function in HTC and SCNet
* Add deprecated warning
3 years ago
RangiLyu
6aff661344
[Fix]: Alpha of ciou loss should not have gradient. ( #5835 )
...
* [Fix]: Alpha of ciou loss does not have gradient.
* add ciou faster rcnn
* update loss weight
3 years ago
Jiangmiao Pang
b15a2b3b21
add bibtex for Libra R-CNN's journal version ( #5937 )
...
* update journal bibtex
* update journal bibtex
* update journal bibtex
3 years ago
BigDong
bde7b4b7ee
[Docs] Add header for files ( #5900 )
...
* [Docs] Add header for files
* update license copyright
* add copyright header
* add copyright header tools
* delete add header code
3 years ago
RangiLyu
15f188208a
[Feature]: Support export onnx models without post process. ( #5851 )
...
* [Feature]: Support export onnx models without post process.
* add docs
* fix typo
3 years ago
RangiLyu
0d2b39b195
[Feature]: Add YOLO anchor optimizing tool ( #5644 )
3 years ago
ddonatien
1fdf2e9a8c
Fixed typo ( #5926 )
...
CLASSSES to CLASSES
3 years ago
Haian Huang(深度眸)
3280d43b81
support remove ema state_dict. ( #5858 )
3 years ago
Collin Zhang
987e1bd947
[Fix] Fix roi_head ( #5884 )
...
* fix roi_head
* add docstr
Co-authored-by: zhangshilong <2392587229zsl@gmail.com>
3 years ago
BigDong
3cef22db78
[Feature] add check isfinite hook ( #5674 )
...
* [Feature] add check isfinite hook
* add isfinite hook
* add isfinite hook
* fix error
* change qq group QRcode
* change qq group QRcode
* fix name
* delete qrcode
* fix
* add check invalid loss hook
* add test unit
* fix logic
3 years ago
Yiwei Zhang
682f03db0c
make output result of ImageToTensor contiguous ( #5756 )
...
In order to reduce the series of hidden dangers caused by discontinuous
menory
3 years ago
Guangchen Lin
bcd3b50178
[Feature] Panoptic Two-stage base Segmentor ( #5577 )
...
* Draft CocoPanoptic Dataset
* modify cocopanoptic dataset
* Fix requirements
* Fix requirements
* Deal with comments
* Enhance the test files
* Unify img_ids with CocoDataset
* Use try mode while importing panopticapi
* first commit
* Modify docstring
* solve comments
* Change the logic of evaluation
* Unify the config file
* Fix typo
* fix tests
* temporary commit
* Commit
* Model name
* Delete unnecessary interface
* Add panoptic fpn
* Add panoptic cfg
* Inference is in the state of WIP.
* Add ignore_index to cross_entropy_loss
* Give up compatibility with mmseg
* Add unit test for ignore_index
* Fix bug args assignment
* Update
* Support to set igore_index in both _init_() and forward()
* Support batch inference and use ignore_index
* Fix bug
* Fix bug
* Unify the default value
* Add comments
* Fix dataset
* Add docstring and refactor the name of variables
* Modify docstring
* Fix bug about temp dir
* Docstring and variable names
* Rename file nanme
* Deal with comments
* Rename the interpolate function
* Rename the function in __init__ and tests
* Merge with master and add unit test for panoptic fpn
* Resolve comments in
* Fix docstring
* Fix paper link
* Fix comments and wrap pan_json_results
* Add docstring
* Rename logits
3 years ago
wangbo-zhao
71cd19bc09
[fix] modify customize_losses.md ( #5850 )
...
* Update customize_losses.md
* Update customize_losses.md
3 years ago
Haian Huang(深度眸)
6882fa0a22
[Enhance] Add unlabeled image list to coco format scripts ( #5643 )
...
* add unlabeled image list to coco format scripts
* update docs
* fix docs
* fix type
3 years ago
杨培文 (Yang Peiwen)
4d965c8023
Fix lose randomness in imshow_det_bboxes ( #5845 )
...
* Update image.py
* Update image.py
3 years ago
Haian Huang(深度眸)
84d874f132
fix yolox unittest ( #5859 )
3 years ago
Shilong Zhang
b4a84cc9cf
[Enhance]: add 3x retinanet pretrained models ( #5636 )
...
* add 3x_retina
* add 3x_retina caffe
* remove regnet
* remove rebudent args
* update metafile
3 years ago
BigDong
abac6d56b7
[Docs] add Chinese version of data_pipline ( #5662 )
...
* [Docs] add Chinese version of data_pipline
* add Chinese version of datapipline
* add Chinese version of datapipline
* add Chinese version of data pipeline doc
* add Chinese version of data pipeline doc
3 years ago
Wenwei Zhang
a637a552b0
bump version to 2.15.1 ( #5857 )
...
* bump version to 2.15.1
* update versions
* make en/cn consistency
3 years ago
Haian Huang(深度眸)
2bdb1670e1
Add YOLOX config ( #5808 )
...
* Add YOLOX config
* update
* fix error
* fix lr error
* fix tiny config error and foreground_mask warning
* fix dp train error
* add comment
* support browse_dataset
* add comment
* fix __repr__
* Switch to synchronizing norm interval.
* Add README and metafile
* update README
* update doc
* rename
* revert
* update
3 years ago