Shilong Zhang
43b2f0981c
[Feature]Support skip nms ( #1552 )
...
* skip nms
* judge at beginning
* add test
* remove else
* add more details in docstr including version not
* fix unitest
* fix doc
* fix doc
* fix typo
* resove conversation
* fix link
2021-12-14 13:18:30 +08:00
Jiazhen Wang
88e017337a
[Fix] fix config type inconsistency ( #1575 )
...
* [Fix] fix config type inconsistency
* [Fix] Fix unit test
2021-12-14 13:17:57 +08:00
Jiazhen Wang
250fadc210
[Fix] Fix checkpoint local files detect ( #1549 )
...
* [fix] fix checkpoint local files detect
* [Fix] add support for path like '~/xx/file'
* [Fix] fix some details
* [Fix] fix unittest
2021-12-14 13:17:29 +08:00
Zaida Zhou
84c7dc3436
[Fix] Fix the path of ceph containing cluster name ( #1577 )
...
* [Fix] Fix the path of ceph containing cluster name
* fix corner cases
* fix format
* add note
2021-12-14 10:41:27 +08:00
Shilong Zhang
22e73d6986
[Feature] Detect anomalous parameters ( #1547 )
...
* detect detect_anomalous_params
* fix default value
* merge two case
* fix none case
* add unitest
* fix typo
* change level to error
* fix type
* add more details in docstr
2021-12-14 10:28:36 +08:00
Zaida Zhou
519b4ec028
[Docs] Use shared menu ( #1574 )
2021-12-12 12:13:08 +08:00
Ming-Hsuan-Tu
48f44b697a
fix tensorrt test failed with pytorch 1.8+ ( #1464 )
...
* fix tensorrt test failed with pytorch 1.8+
* add comment
2021-12-10 19:41:37 +08:00
Zaida Zhou
222f38075b
[Docs] Fix the format of the docstring ( #1573 )
...
* [Docs] Fix the format of docstring
* fix format
2021-12-09 22:15:52 +08:00
Zaida Zhou
53c1b2fe91
[Docs] Improve the style of pr.md ( #1567 )
...
* [Docs] Improve the style of pr.md
* fix symlink
* improve style
* fix format
2021-12-09 11:03:08 +08:00
Zaida Zhou
c60a17b603
[Docs] Fix the format of return ( #1462 )
...
* [Docs] Fix the format of return
* replace List with list
* format the documentation of optimizer
* Update ops docstring (#2 )
* update ops docstring
* fix typos
Co-authored-by: ChaimZhu <zhuchenming@pjlab.org.cn>
Co-authored-by: ChaimZhu <zhuchenming@pjlab.org.cn>
2021-12-09 10:54:38 +08:00
Zaida Zhou
44e7eee835
[Docs] Add the link of mmhuman3d ( #1561 )
...
* Add the link of mmhuman3d
* fix typo
* add link of mim
* add link of mim in docs
* improve the table format
2021-12-07 14:32:44 +08:00
Zaida Zhou
9b227ecfc0
[Fix] Remove outdated code in docs/conf.py ( #1560 )
2021-12-06 17:19:56 +08:00
Jiazhen Wang
709908a76b
[CI] Cancel previous runs that are not completed ( #1537 )
...
* [Impl] cancel previous runs that are not completed
* [Improve] use official method
* [Useless] just for test
2021-12-06 15:55:32 +08:00
Luting Wang
56e9f73c58
[Feature] Add ModuleDict inherited from BaseModule and ModuleDict ( #1542 )
...
* improve: add module dict
* Update __init__.py
* docs: add module dict zh
* docs: add module dict
* Update test_basemodule.py
* Update __init__.py
* lint
* lint
* docs
* docs
* Update base_module.py
* lint
2021-12-06 11:56:12 +08:00
RunningLeon
72182747a1
[Doc]: Fix deploy doc ( #1512 )
...
* update title
* fix deploy docs in for readthedocs
* reformat table
* resolve comments
2021-12-03 15:12:40 +08:00
q.yao
7207397de3
Fix install from pip ( #1544 )
2021-12-01 19:10:47 +08:00
Zaida Zhou
a7c1016758
[Fix] Fix compiled error on windows ( #1543 )
...
* [Fix] Fix compiled error on windows
* fix typo
2021-12-01 19:10:11 +08:00
Zaida Zhou
0086bef3e8
Use the circleci to test the unit tests of CUDA ( #1540 )
...
* Use the official markdownlint hook
* upgrade the version of ruby
* use circleci to test the unit tests of CUDA
* fix conflict
* change the gpu resources from to small
2021-11-30 17:12:40 +08:00
Zaida Zhou
2442518f2c
Use the official markdownlint hook ( #1535 )
...
* Use the official markdownlint hook
* upgrade the version of ruby
* fix conflict
2021-11-30 13:17:25 +08:00
Zaida Zhou
20d4d20284
Skip CI when some specific files were changed ( #1533 )
...
* [Docs] Skip CI when some specific files were changed
* remove a unnecessary environment in lint.yml
* Use paths-ignore to ignore paths instead of paths
* fix typo
2021-11-29 22:06:05 +08:00
Zaida Zhou
87a6d92f50
Bump version to v1.4.0 ( #1532 )
2021-11-29 14:39:41 +08:00
q.yao
3b2139e229
[Fix] Fix build with cuda9.0 ( #1525 )
...
* Fix build with cuda9.0
* add note about why do we use torch/types.h
2021-11-29 11:27:35 +08:00
Zaida Zhou
46b2cb376b
[Fix] Fix the compiled error on windows due to the c++14 flag ( #1526 )
...
* [Fix] Fix the compiled error on windows due to the c++14 flag
* fix lint
2021-11-28 19:21:41 +08:00
Zaida Zhou
d4d6ea09e3
[Docs] Add mmfewshot link ( #1528 )
2021-11-26 20:48:55 +08:00
q.yao
e3327ca620
Fix iou3d python bind ( #1524 )
2021-11-25 11:05:27 +08:00
Zaida Zhou
58e32423f0
bump version to v1.3.18 ( #1519 )
2021-11-23 22:00:02 +08:00
q.yao
230f9a3b80
Refactor csrc with device dispatcher ( #1463 )
...
* Add device registry for pytorch ops
* add declaration of CheckDeviceConsistency
* fix for torch130
* assert with torch check
* Refactor ops with dispatch
* update rest ops
* faster install
* update compatibility
* update compatibility, rename parameter
* move cpu implement to pytorch/cpu
* update ops/csrc/README.md
* fix rocm support
* update cn document
* update docs
* list instead of map
2021-11-23 21:59:53 +08:00
Zaida Zhou
ef8ba75202
[Docs] Add the url of pre-built packages built with cuda 11.3 ( #1489 )
2021-11-23 21:36:18 +08:00
Zaida Zhou
144f1e129e
[Docs] Add a script to check the installation of mmcv-full ( #1474 )
...
* [Docs] Add a script to verify the installation of mmcv-full
* polish documentation
* polish documentation
* print the running and compiling environments
* rename scripts to .dev_scripts
* polish readme
2021-11-23 18:42:41 +08:00
pc
0ce29733d2
add group_points, iou3d, roiaware_pool3d and voxelize in parrots ( #1504 )
2021-11-23 18:42:00 +08:00
Zaida Zhou
9cad97bcf8
[Fix] Fix compiled error on windows ( #1510 )
2021-11-23 18:41:25 +08:00
Jiazhen Wang
71341e9a0a
[Fix] fix assert ( #1490 )
2021-11-23 18:38:32 +08:00
Ma Zerun
78305e7811
Update mmcls models in `model_zoo/mmcls.json` ( #1513 )
...
* Update mmcls models in `model_zoo/mmcls.json`
* Update `_process_mmcls_checkpoint` function.
* Add a comment
2021-11-23 18:37:37 +08:00
Jiazhen Wang
b57825f3f1
[Fix] fix train example ( #1502 )
...
* [Fix] fix train example
* [Fix] fix a detail in train example and add warning in MMDP
* [Fix] fix docstring
* [Fix] fix docstring
2021-11-23 18:35:26 +08:00
古月闻星
e85c43ab87
[Doc]: Fix grammatical error ( #1516 )
2021-11-23 18:32:36 +08:00
Jiazhen Wang
1bc4350b1e
[Fix] fix links in LICENSES ( #1517 )
2021-11-23 18:30:48 +08:00
Zaida Zhou
2f023453d6
[Docs] Add the link and introduction of mmflow in README ( #1506 )
...
* [Docs] Add the link and introduction of mmflow in README
* remove a blank line
* fix link
2021-11-22 10:20:27 +08:00
WangJiaZhen
2dd705f785
[Improve] improve .gitignore ( #1477 )
2021-11-20 16:27:09 +08:00
Tobias Fischer
bf6ba2587b
add world_size in if clause in load_from_http ( #1396 )
...
* add world_size in if clause
* add explanation
* remove LOCAL_RANK check
2021-11-19 17:37:17 +08:00
Zaida Zhou
990d8b6a83
[Fix] Add load_url to handle incompatibility of PyTorch versions ( #1377 )
...
* [Fix] Fix torch.load error
* [Fix] Fix torch.load error
* rename _save to _save_ckpt
* add load_url to handle imcompatibility of PyTorch versions
* add unittest for load_url
* fix typo
* print a friendly information when error occurred
2021-11-19 17:34:18 +08:00
Zaida Zhou
add157cc73
bump version to v1.3.17 ( #1473 )
...
* bump version to v1.3.17
* add a document to record the previous versions of PyTorch built for mmcv-full
* polish readme
2021-11-10 21:02:40 +08:00
Wenwei Zhang
f81cf0f702
[Docs]: Add ops definition ( #1434 )
...
* [Improve] improve checkpoint loading log (#1446 )
* add first version
* remove syncbn
* remove unused ops
* update input names
* remove empty line
* update index.rst
* resolve comments
* fix type
* Update mmcv_ops_definition.md
Co-authored-by: WangJiaZhen <47851024+teamwong111@users.noreply.github.com>
Co-authored-by: maningsheng <mnsheng@yeah.net>
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2021-11-10 19:07:12 +08:00
WangJiaZhen
e3c63f34bc
[Fix] Fix deform conv by adding an extra argument im2col_step ( #1459 )
...
* [Fix] fix deform conv by add argument
* [Fix] replace useless func with np.repeat and add necessary comment
* [Fix] reduce batch_size and remove useless lines and modify some var name
* [Fix] change position of comments
* [Fix] add im2col_step in the docstring and add two test cases
* [Fix] fix docstring and add comments for test cases
* [Fix] fix docstring
* [Fix] add note, fix issue link and other details
* [Fix] fix docstring details
* [Fix] fix links in docstring
* [Fix] fix docstring details
2021-11-10 19:05:20 +08:00
zhouzaida
0633f91139
print a warning information when eval_res is an empty dict
2021-11-10 15:44:48 +08:00
zhouzaida
f2d11076eb
[Fix] Raise AssertError when eval_res is a null dict
2021-11-10 15:44:48 +08:00
gaotongxiao
085e63629b
fix cn docs menu
2021-11-10 15:43:40 +08:00
RangiLyu
cc81d4b562
[Enhance] prevent deadlock in
2021-11-10 15:43:11 +08:00
ly015
8afb7c295c
remove writer check
2021-11-10 15:36:25 +08:00
ly015
a68d28c9f8
close writer in after_run
2021-11-10 15:36:25 +08:00
ly015
9071202fde
fix PaviLoggerHook
2021-11-10 15:36:25 +08:00