Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhance] Support MMCLI #158

Merged
merged 6 commits into from
May 19, 2021
Merged

Conversation

ToumaKazusa3
Copy link
Contributor

Support installing MMTracking with MMCLI.

MANIFEST.in Outdated
include mmtrack/tools/*.py
include mmtrack/tools/*.sh
include mmtrack/tools/*/*.py
include mmtrack/demo/*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Use recursive-include to update the code, refer here
  2. Add an empty line at the end of the file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have fixed these two issues.

setup.py Outdated
@@ -135,7 +135,8 @@ def gen_packages_items():
author_email='openmmlab@gmail.com',
keywords='computer vision, object tracking, video object detection',
url='https://github.com/open-mmlab/mmtracking',
packages=find_packages(exclude=('configs', 'tools', 'demo')),
packages=find_packages(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you modify here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have modified the code back.

@codecov
Copy link

codecov bot commented May 14, 2021

Codecov Report

Merging #158 (22b1366) into master (56f2383) will increase coverage by 0.38%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
+ Coverage   68.36%   68.74%   +0.38%     
==========================================
  Files          85       85              
  Lines        4188     4188              
  Branches      816      816              
==========================================
+ Hits         2863     2879      +16     
+ Misses       1051     1039      -12     
+ Partials      274      270       -4     
Flag Coverage Δ
unittests 68.69% <ø> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmtrack/models/backbones/sot_resnet.py 74.75% <0.00%> (ø)
mmtrack/models/mot/trackers/base_tracker.py 84.49% <0.00%> (+1.55%) ⬆️
mmtrack/datasets/pipelines/transforms.py 88.12% <0.00%> (+2.81%) ⬆️
mmtrack/datasets/sot_train_dataset.py 85.85% <0.00%> (+3.03%) ⬆️
mmtrack/models/reid/base_reid.py 92.30% <0.00%> (+15.38%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56f2383...22b1366. Read the comment docs.

@OceanPang OceanPang merged commit 22cf5ee into open-mmlab:master May 19, 2021
@ToumaKazusa3 ToumaKazusa3 deleted the support_mmcli branch May 19, 2021 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants