Skip to content

Commit

Permalink
last version for mmdet2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
grimoire committed Jul 23, 2021
1 parent d8ea74e commit b3986eb
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,6 @@ def initialize_plugins_options(cmd_obj):
cmd_obj.trt_lib_dir = None


# def run_plugins_compilation(cmd_obj):
# if cmd_obj.plugins:
# build_args = {}
# if cmd_obj.cuda_dir:
# build_args['cuda_dir'] = cmd_obj.cuda_dir
# if cmd_obj.torch_dir:
# build_args['torch_dir'] = cmd_obj.torch_dir
# if cmd_obj.trt_inc_dir:
# build_args['trt_inc_dir'] = cmd_obj.trt_inc_dir
# if cmd_obj.trt_lib_dir:
# build_args['trt_lib_dir'] = cmd_obj.trt_lib_dir

# print('Building in plugin support')
# build(**build_args)
# package_data['torch2trt'] = ['libtorch2trt.so']


class DevelopCommand(develop):
description = 'Builds the package and symlinks it into the PYTHONPATH'
user_options = develop.user_options + plugins_user_options
Expand Down Expand Up @@ -139,7 +122,7 @@ def run(self):

setup(
name='mmdet2trt',
version='0.4.0',
version='0.4.1',
author='q.yao',
author_email='[email protected]',
description='mmdetection to tensorrt converter',
Expand Down

0 comments on commit b3986eb

Please sign in to comment.