Commit Graph

975 Commits (d30e37d4d57425843bbff484e7e7a1e41230381f)
 

Author SHA1 Message Date
Jiazhen Wang d30e37d4d5
[Refactor] refactor requirements ()
* [Improve] build using ninja

* [Refactor] refactor requirements

* [Improve] imporve docs

* [Fix] fix file name
2021-12-29 23:15:11 +08:00
Zaida Zhou e1d6ea8c87
bump version to v1.4.2 () 2021-12-24 15:32:01 +08:00
Zaida Zhou d68119c1fe
[Docs] Add the link of mmrazor ()
* Add the link of mmrazor

* Add the link of mmrazor
2021-12-24 15:31:49 +08:00
zhouyue 304efbb650
[Feature] Add points_in_polygons CUDA op for rotated detection. () 2021-12-24 10:56:48 +08:00
pc a4dc2a72ab
support device dispatch in parrots () 2021-12-24 00:30:54 +08:00
zhouyue 0bcbeadb53
[Feature] Add RiRoIAlignRotated CUDA op for rotated detection. () 2021-12-24 00:30:34 +08:00
zhouyue 2475dc3452
[Feature] Add feature refine CUDA op for rotated detection. ()
* re PR

* replace all the feature_refine with rotated_feature_align

* replace all the FR with RotatedFeatureAlign

* Update mmcv/ops/rotated_feature_align.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update mmcv/ops/rotated_feature_align.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* fix lint

* Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update mmcv/ops/csrc/pytorch/cuda/cudabind.cpp

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* fix lint

* Update cudabind.cpp

* Update cudabind.cpp

* fix bug in test. & add backward test

* fix lint

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2021-12-23 17:38:58 +08:00
Ace 9b49fcc6c1
Update modulated_deform_conv.py ()
change bias to the same type as input
2021-12-23 17:37:40 +08:00
Hongbin Sun 690a77fa6f
[Feature]: Support tensor2grayimgs ()
* support tensor2grayimgs

* give default mean and std according to the input channel

* update docstring

* update

* fix bug
2021-12-22 19:49:50 +08:00
David de la Iglesia Castro ac92a1116f
`DvcliveLoggerHook` updates to work with `DVC` ()
* Updates to work with DVC

* Update docstrings

* Updated test

* Updated DVCLiveLoggerHook

* Fix name

* Added missing next_step call

* Fix expected call

* Implicit next_step

* Suggestions from review

* Update test_hooks.py

* Updated to last dvclive version

* Cleaned docstring

* Update mmcv/runner/hooks/logger/dvclive.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>

* Update dvclive.py

Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2021-12-22 19:35:06 +08:00
Jiazhen Wang fb486b96fd
[Fix] Fix some warnings in unittest ()
* [Fix] fix some warnings in unittest

* [Impl] standardize some warnings

* [Fix] fix warning type in test_deprecation

* [Fix] fix warning type

* [Fix] continue fixing

* [Fix] fix some details

* [Fix] fix docstring

* [Fix] del useless statement

* [Fix] keep compatibility for torch < 1.5.0
2021-12-22 10:57:10 +08:00
Crimson f367d621c6
Update runner.md () 2021-12-22 10:53:06 +08:00
Jiazhen Wang a0b87245f3
[Fix] compute distance to origin after sort () 2021-12-22 10:13:22 +08:00
Zaida Zhou e4b5348ebf
[Docs] Refactor the structure of documentation ()
* [Docs] Refactor the structure of documentation

* [Docs] Refactor the structure of documentation

* fix symlink

* fix link

* fix typo

* polish docstring

* fix docstring
2021-12-15 17:01:09 +08:00
Zaida Zhou f31f1cdb8e
bump version to v1.4.1 () 2021-12-14 21:53:43 +08:00
Shilong Zhang 001f3f6610
[Feature]Add patch embed and patch merge () 2021-12-14 21:52:37 +08:00
wuwencheng 66bff139e4
[Feature] Add multi file backends to imread/imwrite. ()
* Add file client to image io

* Fix petrel_client imwrite error

* Add examples to the docstring and delete the file check of imread

* modify docstring v1.3.19->v1.4.1

* Deprecate auto_mkdir parameter and complete test_io.py

* Fix error caused by deleting the mock package in test_io.py

* Add annotation to imencode

* modify imread input assert and delete the judgement of file client 'put' method

* Delete try except in imwrite.

* Add a error file extension unit test.
2021-12-14 14:37:21 +08:00
Zaida Zhou 81f032edc5
[Docs] Update FAQ ()
* [Docs] Update FAQ

* update faq

* polish the description

* update faq

* update faq

* improve the faq

* improve the faq

* improve the faq
2021-12-14 13:19:18 +08:00
Shilong Zhang 43b2f0981c
[Feature]Support skip nms ()
* 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 ()
* [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 ()
* [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 ()
* [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 ()
* 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 () 2021-12-12 12:13:08 +08:00
Ming-Hsuan-Tu 48f44b697a
fix tensorrt test failed with pytorch 1.8+ ()
* 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 ()
* [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 ()
* [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 ()
* [Docs] Fix the format of return

* replace List with list

* format the documentation of optimizer

* Update ops docstring ()

* 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 ()
* 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 () 2021-12-06 17:19:56 +08:00
Jiazhen Wang 709908a76b
[CI] Cancel previous runs that are not completed ()
* [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 ()
* 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 ()
* 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 () 2021-12-01 19:10:47 +08:00
Zaida Zhou a7c1016758
[Fix] Fix compiled error on windows ()
* [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 ()
* 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 ()
* 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 ()
* [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 () 2021-11-29 14:39:41 +08:00
q.yao 3b2139e229
[Fix] Fix build with cuda9.0 ()
* 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 ()
* [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 () 2021-11-26 20:48:55 +08:00
q.yao e3327ca620
Fix iou3d python bind () 2021-11-25 11:05:27 +08:00
Zaida Zhou 58e32423f0
bump version to v1.3.18 () 2021-11-23 22:00:02 +08:00
q.yao 230f9a3b80
Refactor csrc with device dispatcher ()
* 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 () 2021-11-23 21:36:18 +08:00
Zaida Zhou 144f1e129e
[Docs] Add a script to check the installation of mmcv-full ()
* [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 () 2021-11-23 18:42:00 +08:00
Zaida Zhou 9cad97bcf8
[Fix] Fix compiled error on windows () 2021-11-23 18:41:25 +08:00
Jiazhen Wang 71341e9a0a
[Fix] fix assert () 2021-11-23 18:38:32 +08:00