StanfordVL/BEHAVIOR-1K

Rename UUIDs to name hashes

Open

#831 opened on Aug 5, 2024

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Python (222 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,604 stars)
PR merge metrics
 (PR metrics pending)

Description

Current UUID is a misnomer since it is only unique within the same scene and directly dependent on the name. We can remove the UUID fields everywhere and just make it a function of the registry to automatically hash names for numeric storage.

Contributor guide