Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ohayoyogi committed Oct 6, 2024
1 parent cc6f0c1 commit 0c68e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def export_dataset(self, context, dirpath: Path):

# IMAGE_ID, QW, QX, QY, QZ, TX, TY, TZ, CAMERA_ID, NAME
f_img.write(f'{idx+1} {qw} {qx} {qy} {qz} {tx} {ty} {tz} {idx+1} {filename}.jpg\n')
# POINTS2D[] as (X, Y, POINT3D_ID)
f_img.write(f'\n')

bpy.context.scene.camera = cam
Expand Down

0 comments on commit 0c68e4f

Please sign in to comment.