Unverified Commit 8e1f4b8d authored by Wenhao Wu's avatar Wenhao Wu Committed by GitHub
Browse files

[Enhance] Support MMCLI (#502)



* [Enhance] Support MMCLI

* changing the mmdet version in mminstall.txt

* Update mminstall.txt

Set mmdet upper bound to 2.11.0
Co-authored-by: default avatarWenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
parent 997b026b
......@@ -2,3 +2,10 @@ include requirements/*.txt
include mmdet3d/ops/**/*.cpp mmdet3d/ops/**/*.cu
include mmdet3d/ops/**/*.h mmdet3d/ops/**/*.cc
include mmdet3d/VERSION
include mmdet3d/model_zoo.yml
include mmdet3d/configs/*/*.py
include mmdet3d/configs/*/*.yml
include mmdet3d/tools/*.py
include mmdet3d/tools/*.sh
include mmdet3d/tools/*/*.py
include mmdet3d/demo/*/*
mmcv-full 1.2.4 1.4.0
mmdet 2.10.0 2.11.0
......@@ -147,7 +147,8 @@ if __name__ == '__main__':
author_email='zwwdev@gmail.com',
keywords='computer vision, 3D object detection',
url='https://github.com/open-mmlab/mmdetection3d',
packages=find_packages(exclude=('configs', 'tools', 'demo')),
packages=find_packages(),
include_package_data=True,
package_data={'mmdet3d.ops': ['*/*.so']},
classifiers=[
'Development Status :: 4 - Beta',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment