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

[Fix] Fix PALETTE AttributeError in single_gpu_test #7230

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

shinya7y
Copy link
Contributor

This PR aims to fix #7224 and open-mmlab/mmdetection3d#1259

#7085 has fixed the same errors in dataset_wrappers.py, but the error in single_gpu_test remains.

@AronLin
Copy link
Contributor

AronLin commented Feb 23, 2022

Thanks for your contribution!

@codecov
Copy link

codecov bot commented Feb 23, 2022

Codecov Report

Merging #7230 (027d2a4) into master (37a1150) will increase coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7230      +/-   ##
==========================================
+ Coverage   62.15%   62.18%   +0.02%     
==========================================
  Files         330      330              
  Lines       26033    26033              
  Branches     4437     4437              
==========================================
+ Hits        16182    16188       +6     
+ Misses       8978     8975       -3     
+ Partials      873      870       -3     
Flag Coverage Δ
unittests 62.16% <0.00%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
mmdet/apis/test.py 13.39% <0.00%> (ø)
mmdet/core/bbox/assigners/max_iou_assigner.py 73.68% <0.00%> (+1.31%) ⬆️
mmdet/models/dense_heads/base_dense_head.py 90.34% <0.00%> (+1.70%) ⬆️
mmdet/core/bbox/samplers/random_sampler.py 80.55% <0.00%> (+5.55%) ⬆️

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 37a1150...027d2a4. Read the comment docs.

@ZwwWayne ZwwWayne merged commit 430ff02 into open-mmlab:master Feb 23, 2022
@shinya7y shinya7y deleted the fix_palette_attributeerror branch June 25, 2022 08:26
ZwwWayne pushed a commit to ZwwWayne/mmdetection that referenced this pull request Jul 19, 2022
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.

attribute error raised when training on KITTI dataset using MMDetection3D
3 participants