adopted 2d rendering for vif dataset
This commit is contained in:
@@ -12,7 +12,7 @@ import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
||||
from util import (
|
||||
load_dataset_from_bag,
|
||||
load_dataset,
|
||||
existing_file,
|
||||
create_video_from_images,
|
||||
calculate_average_frame_rate,
|
||||
@@ -107,7 +107,7 @@ def main() -> int:
|
||||
if args.output_video:
|
||||
args.output_video_path.parent.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
dataset = load_dataset_from_bag(args.input_bag_path)
|
||||
dataset = load_dataset(args.input_bag_path)
|
||||
|
||||
images = render_3d_images(
|
||||
dataset, args.camera_config_input_json_path, args.tmp_files_path, args.output_images_prefix
|
||||
|
||||
Reference in New Issue
Block a user