Skip to content

Commit

Permalink
easyvolcap: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dendenxu committed Jan 23, 2024
1 parent 0716af0 commit dd5ad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nerf/easyvolcap_to_nerf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():
for camera_name in tqdm(camera_names):
camera = cameras[camera_name]

if args.multi_frame_dataset:
if not args.multi_frame_dataset:
filename = f'{args.images_dir}/{camera_name}{args.img_ext}'
else:
filename = f'{args.images_dir}/{camera_name}/{args.image_file}'
Expand Down

0 comments on commit dd5ad15

Please sign in to comment.