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

[Feature] Support UAV123 Dataset in SOT #260

Merged
merged 32 commits into from
Sep 9, 2021
Merged

Conversation

JingweiZhang12
Copy link
Collaborator

@JingweiZhang12 JingweiZhang12 commented Sep 3, 2021

This PR mainly supports UAV123 dataset as follows:

  1. Add the converting scripts and dataset class of UAV123
  2. Refactor SOT testing dataset classes
  3. Add hyper-parameters searching script on UAV123

@codecov
Copy link

codecov bot commented Sep 3, 2021

Codecov Report

Merging #260 (8532e4d) into master (a482409) will increase coverage by 0.01%.
The diff coverage is 82.75%.

❗ Current head 8532e4d differs from pull request most recent head 98d9c17. Consider uploading reports for the commit 98d9c17 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #260      +/-   ##
==========================================
+ Coverage   69.11%   69.13%   +0.01%     
==========================================
  Files          90       92       +2     
  Lines        4637     4659      +22     
  Branches      894      897       +3     
==========================================
+ Hits         3205     3221      +16     
- Misses       1146     1151       +5     
- Partials      286      287       +1     
Flag Coverage Δ
unittests 69.11% <82.75%> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
mmtrack/datasets/sot_test_dataset.py 78.26% <78.26%> (ø)
mmtrack/datasets/__init__.py 100.00% <100.00%> (ø)
mmtrack/datasets/imagenet_vid_dataset.py 22.91% <100.00%> (ø)
mmtrack/datasets/lasot_dataset.py 100.00% <100.00%> (+17.77%) ⬆️
mmtrack/datasets/parsers/coco_video_parser.py 68.75% <100.00%> (+0.39%) ⬆️
mmtrack/datasets/uav123_dataset.py 100.00% <100.00%> (ø)
mmtrack/core/evaluation/eval_sot_ope.py 91.48% <0.00%> (-6.39%) ⬇️
mmtrack/datasets/sot_train_dataset.py 82.82% <0.00%> (-3.04%) ⬇️
mmtrack/datasets/pipelines/transforms.py 87.50% <0.00%> (-0.63%) ⬇️
... and 3 more

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 a482409...98d9c17. Read the comment docs.

configs/sot/siamese_rpn/siamese_rpn_r50_1x_uav.py Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Outdated Show resolved Hide resolved
tools/convert_datasets/uav2coco.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
@GT9505
Copy link
Collaborator

GT9505 commented Sep 6, 2021

please add unittest for the dataset class

@GT9505 GT9505 self-requested a review September 6, 2021 03:16
configs/sot/siamese_rpn/README.md Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Outdated Show resolved Hide resolved
tools/convert_datasets/uav2coco.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/siamese_rpn_r50_1x_uav123.py Outdated Show resolved Hide resolved
docs/dataset.md Outdated Show resolved Hide resolved
docs/useful_tools_scripts.md Outdated Show resolved Hide resolved
docs/useful_tools_scripts.md Outdated Show resolved Hide resolved
mmtrack/datasets/uav_dataset.py Outdated Show resolved Hide resolved
tools/convert_datasets/uav2coco.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
configs/sot/siamese_rpn/README.md Show resolved Hide resolved
docs_zh-CN/useful_tools_scripts.md Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
tools/sot_siamrpn_param_search.py Outdated Show resolved Hide resolved
@GT9505 GT9505 changed the title [Feature] Support UAV123 Dataset [Feature] Support UAV123 Dataset in SOT Sep 9, 2021
@GT9505 GT9505 merged commit ec7a2e3 into open-mmlab:master Sep 9, 2021
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.

2 participants