nerfbaselines.upload_results

nerfbaselines.upload_results.prepare_results_for_upload(model_path: Path, predictions_path: Path, metrics_path: Path, tensorboard_path: Path, output_path: Path, validate: bool = True)[source]

Prepares artifacts for upload to the NeRF benchmark.

Parameters:
  • model_path – Path to the model directory.

  • predictions_path – Path to the predictions directory/file.

  • metrics_path – Path to the metrics file.

  • tensorboard_path – Path to the tensorboard events file.