-
Notifications
You must be signed in to change notification settings - Fork 1.1k
A. Contribution Guidelines
WRH edited this page Apr 22, 2022
·
11 revisions
OpenMMLab contribution guidelines
We refer uses to the documentation of MMCV.
English Version | Chinese Version
- Remember to add some docstring if you have modified the argument list of a function.
- Remember to some docs, if you have modified some command line tools.
Please make sure paths are compatible with Windows.
Please use fix-length data type as np.int64
, np.int32
instead of platform-dependent ones as np.long
or np.int