Dataset

evtech.dataset.load_dataset(dir_path, loader=<function camera_from_json>)[source]

Loads a dataset into two arrays of cameras

Parameters
  • dir_path (string) – Path to the dataset

  • loader (function) – function(str, str), optional, defaults to camera_from_json

Returns

A tuple with list of nadir cams and list of oblique cams

Return type

tuple: list,list