Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
extend ruff config #135
extend ruff config #135
Changes from all commits
3cffe69
688ae4c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 265 in happypose/pose_estimators/cosypose/cosypose/evaluation/meters/pose_meters.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/evaluation/meters/pose_meters.py#L265
Check warning on line 123 in happypose/pose_estimators/cosypose/cosypose/recording/bop_recording_scene.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/recording/bop_recording_scene.py#L123
Check warning on line 25 in happypose/pose_estimators/cosypose/cosypose/scripts/run_bop_inference.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_bop_inference.py#L25
Check warning on line 28 in happypose/pose_estimators/cosypose/cosypose/scripts/run_bop_inference.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_bop_inference.py#L28
Check warning on line 70 in happypose/pose_estimators/cosypose/cosypose/scripts/run_bop_inference.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_bop_inference.py#L70
Check warning on line 12 in happypose/pose_estimators/cosypose/cosypose/scripts/run_colmap_reconstruction.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_colmap_reconstruction.py#L12
Check warning on line 31 in happypose/pose_estimators/cosypose/cosypose/scripts/run_cosypose_eval.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_cosypose_eval.py#L31
Check warning on line 34 in happypose/pose_estimators/cosypose/cosypose/scripts/run_cosypose_eval.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_cosypose_eval.py#L34
Check warning on line 40 in happypose/pose_estimators/cosypose/cosypose/scripts/run_cosypose_eval.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_cosypose_eval.py#L40
Check warning on line 68 in happypose/pose_estimators/cosypose/cosypose/scripts/run_cosypose_eval.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_cosypose_eval.py#L68
Check warning on line 29 in happypose/pose_estimators/cosypose/cosypose/scripts/run_custom_scenario.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_custom_scenario.py#L29
Check warning on line 17 in happypose/pose_estimators/cosypose/cosypose/scripts/run_detection_eval.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_detection_eval.py#L17
Check warning on line 20 in happypose/pose_estimators/cosypose/cosypose/scripts/run_detection_eval.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_detection_eval.py#L20
Check warning on line 23 in happypose/pose_estimators/cosypose/cosypose/scripts/run_detection_eval.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/scripts/run_detection_eval.py#L23
Check warning on line 68 in happypose/pose_estimators/cosypose/cosypose/utils/tensor_collection.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/utils/tensor_collection.py#L68
Check warning on line 16 in happypose/pose_estimators/cosypose/cosypose/visualization/multiview.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/visualization/multiview.py#L16
Check warning on line 1 in happypose/pose_estimators/cosypose/cosypose/visualization/plotter.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/visualization/plotter.py#L1
Check warning on line 14 in happypose/pose_estimators/cosypose/cosypose/visualization/plotter.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/visualization/plotter.py#L14
Check warning on line 6 in happypose/pose_estimators/cosypose/cosypose/visualization/singleview.py
Codecov / codecov/patch
happypose/pose_estimators/cosypose/cosypose/visualization/singleview.py#L6
Check warning on line 48 in happypose/pose_estimators/megapose/scripts/make_shapenet_statistics.py
Codecov / codecov/patch
happypose/pose_estimators/megapose/scripts/make_shapenet_statistics.py#L48
Check warning on line 53 in happypose/pose_estimators/megapose/scripts/make_shapenet_statistics.py
Codecov / codecov/patch
happypose/pose_estimators/megapose/scripts/make_shapenet_statistics.py#L53
Check warning on line 58 in happypose/pose_estimators/megapose/scripts/make_shapenet_statistics.py
Codecov / codecov/patch
happypose/pose_estimators/megapose/scripts/make_shapenet_statistics.py#L58
Check warning on line 226 in happypose/toolbox/datasets/datasets_cfg.py
Codecov / codecov/patch
happypose/toolbox/datasets/datasets_cfg.py#L226
Check warning on line 242 in happypose/toolbox/datasets/pose_dataset.py
Codecov / codecov/patch
happypose/toolbox/datasets/pose_dataset.py#L242
Check warning on line 84 in happypose/toolbox/utils/tensor_collection.py
Codecov / codecov/patch
happypose/toolbox/utils/tensor_collection.py#L84