RunningLeon
63772c5cb8
[Enhance]: Support some detection models exportable to onnx ( #4087 )
...
* Modify to export to ONNX
* Modify to support new_tensor, new_full when exporting to onnx
* Replace grid_sample with resize for exporting to onnx
* Add verify of mask result
* Verify all outputs between pytorch and onnx
* Avoid runtime split error for mask-rcnn
* Remove unnecessary change in bbox2roi
5 years ago
LabMemNo003
ced1c57dd2
[Enhance]: Convert mask to bool before using it as img's index for robustness and speedup ( #3870 )
...
* Convert mask to bool before using it as img's index
* lint
* Rewrite code in more concise way
5 years ago
Ryan Li
14b5d8eb42
Change all fp16 operation to using MMCV ( #3766 )
...
* Change all fp16 operation to using MMCV
* fix isort
* yapf and docformatter
* Revert "yapf and docformatter"
This reverts commit dede22f533
.
* yapf
5 years ago
Jaedong Hwang
11b1ef830a
[fix] typo ( #3741 )
...
* [fix] typo
my also contain -> may also contain
* [fix] typo
5 years ago
Cao Yuhang
e5072a3f75
New batch inference ( #3564 )
...
* update some models
* some fix
* support cascade
* add htc
* sup more models
* sup point rend
* clean comment
* minor fix
* clean
* fix unittest
* update doc
* fix image demo and robustness test
* fix webcame
5 years ago
Wenwei Zhang
6acf6be921
Fix (base.py): fix with_xxx_attributes in base detector ( #3567 )
5 years ago
Wenwei Zhang
ec7d83bb4c
Refine docs and fix format issues ( #3349 )
...
* Refine docs and fix format issues
* reformat
* fix mock
* Refine format
* Reorganize tutorials
5 years ago
Wenwei Zhang
e2b642a4c5
Add Colab Training Tutorial ( #3213 )
...
* Add colab training tutorial
* Update tutorial codes and fix bug
* Clean files, refactor TBD
* Update tutorials
* Remove duplicated code
* Mv tutorial
5 years ago
Kai Chen
588536de99
Fix docstring formats ( #3196 )
...
* update docstring formats
* fix :func:
* minor update
5 years ago
Wenwei Zhang
47d663f0fa
Add docstrings of core modules and methods ( #3120 )
...
* Add docstrings of core modules and methods
* Update docs and fix comments
* Complete docstrings
* Resolve comments
* reformat docstrings
* resolve comments
5 years ago
Wenwei Zhang
bf5c7185e8
Use len(data['img_metas']) to indicate num_samples ( #3073 )
...
* Use len(data['img_metas']) to indicate num_samples
* clean code
5 years ago
Kai Chen
84d0bd628d
Switch to EpochBasedRunner ( #2976 )
...
* switch to EpochBasedRunner
* add docstrings
* update the minimum version of mmcv to 0.6.0
* fix unit tests
* fix mmcv version in travis
5 years ago
GT9505
e574b8a65b
fix a bug of logger in base detector ( #2936 )
5 years ago
Wenwei Zhang
55a4023cc1
Fix bug in test time aug ( #2858 )
5 years ago
Cao Yuhang
f0ec12dd71
fix show bug ( #2824 )
5 years ago
kinredon
a9bedfba2e
Fix typos ( #2768 )
5 years ago