-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feat/cosypose icp #213
Conversation
|
||
def inference(self, observation: ObservationTensor): | ||
def inference(self, observation: ObservationTensor, use_depth_refinement): |
There was a problem hiding this comment.
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( |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renderer: Panda3dBatchRenderer, | |
renderer: Union[Panda3dBatchRenderer, BulletBatchRenderer], |
@Kotochleb I adressed your comments. |
Fixes depth refinement with cosypose pose estimator, adapt inference example