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

Feat/cosypose icp #213

Merged
merged 5 commits into from
Feb 17, 2025
Merged

Feat/cosypose icp #213

merged 5 commits into from
Feb 17, 2025

Conversation

MedericFourmy
Copy link
Collaborator

Fixes depth refinement with cosypose pose estimator, adapt inference example


def inference(self, observation: ObservationTensor):
def inference(self, observation: ObservationTensor, use_depth_refinement):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Missing docsterign update

raise ValueError(f"Renderer type {renderer_type} not supported")


def get_depth_refiner(
Copy link
Collaborator

Choose a reason for hiding this comment

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

No docstring

def get_depth_refiner(
depth_refiner_type: Union[None, str],
mesh_db_batched: BatchedMeshes,
renderer: Panda3dBatchRenderer,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
renderer: Panda3dBatchRenderer,
renderer: Union[Panda3dBatchRenderer, BulletBatchRenderer],

@MedericFourmy
Copy link
Collaborator Author

@Kotochleb I adressed your comments.

@MedericFourmy MedericFourmy merged commit f396b05 into dev Feb 17, 2025
8 checks passed
@MedericFourmy MedericFourmy deleted the feat/cosypose_icp branch February 17, 2025 15:02
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