Skip to content

Commit

Permalink
[Enhance] Support MMCLI (#502)
Browse files Browse the repository at this point in the history
* [Enhance] Support MMCLI

* changing the mmdet version in mminstall.txt

* Update mminstall.txt

Set mmdet upper bound to 2.11.0

Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
  • Loading branch information
wHao-Wu and ZwwWayne authored Apr 30, 2021
1 parent 997b026 commit 8e1f4b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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/*/*
2 changes: 2 additions & 0 deletions requirements/mminstall.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mmcv-full 1.2.4 1.4.0
mmdet 2.10.0 2.11.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ def gen_packages_items():
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',
Expand Down

0 comments on commit 8e1f4b8

Please sign in to comment.