Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jcorsetti/oryon-website int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
jcorsetti committed Dec 4, 2024
2 parents ad49e6c + 5952e0d commit 8574aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/data/toyl.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_obj_rendering(root: str, obj_id: int) -> dict:

def get_obj_names(root: str) -> dict:

with open(join(root,'models_bop/models_name.json')) as f:
with open(join(root,'models_name.json')) as f:
return json.load(f)

def get_part_data(root: str) -> dict:
Expand Down

0 comments on commit 8574aa8

Please sign in to comment.