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

New cloth mechanisms, fixes to asset import, new meta link format, and more #1087

Open
wants to merge 45 commits into
base: og-develop
Choose a base branch
from

Conversation

cgokmen
Copy link
Contributor

@cgokmen cgokmen commented Feb 4, 2025

  • Introduced Yunzhu's group's cloth contributions into the ClothPrim class
  • Fix issues in asset import
  • Make asset import compatible with fillable meta links baked into the URDF from previous stages
  • Update code to make use of new meta link metadata, new names for fields, etc.
  • Unified the use of the phrase meta link into two words e.g. separated with an underscore for consistent find/replace
  • torch.compile has a runtime dependency on torch.dynamo which does not seem to work on Windows. It also seems more unstable than we'd like. We also dont have the strict performance requirements on this code anymore. Switching back to JIT.

TODO:

  • fix init py changes (these break pipeline)
  • add backwards compatibility with existing dataset formats
  • fix jitscript errors

@cgokmen cgokmen requested a review from cremebrule February 4, 2025 00:36
@cgokmen cgokmen changed the title Don't use torch.compile New cloth mechanisms, fixes to asset import, new meta link format, and more Feb 8, 2025
@cgokmen cgokmen removed the request for review from cremebrule February 8, 2025 21:10
@cgokmen cgokmen marked this pull request as draft February 8, 2025 21:10
@cgokmen cgokmen marked this pull request as ready for review February 11, 2025 06:24
Copy link
Member

@ChengshuLi ChengshuLi left a comment

Choose a reason for hiding this comment

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

LGTM with some minor comments!

omnigibson/object_states/attached_to.py Outdated Show resolved Hide resolved
omnigibson/prims/geom_prim.py Show resolved Hide resolved
omnigibson/prims/geom_prim.py Outdated Show resolved Hide resolved
omnigibson/prims/material_prim.py Outdated Show resolved Hide resolved
omnigibson/prims/rigid_prim.py Show resolved Hide resolved
omnigibson/utils/asset_conversion_utils.py Show resolved Hide resolved
omnigibson/utils/asset_conversion_utils.py Show resolved Hide resolved
omnigibson/prims/cloth_prim.py Show resolved Hide resolved
omnigibson/prims/cloth_prim.py Show resolved Hide resolved
omnigibson/prims/cloth_prim.py Show resolved Hide resolved
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.

3 participants