ctc.download

Author: Ismael Seidel (ismael.seidel@ufsc.br) Affiliation: Embedded Computing Lab (ECL), Federal University of Santa Catarina (UFSC)

Description:

This module defines the LightFieldDownloader class, which handles Light Fields Dataset downloads from a defined URL.

class LightfieldDownloader[source]

Bases: object

static download(url, filename, extension, destination)[source]

Download Light Field from defined URL

Parameters:
  • url (str) – Database URL

  • filename (str) – Filename, usually the LF name (e.g, Bikes, greek)

  • extension (str) – Downloaded file extension (e.g, zip)

  • destination (Union[str, Path]) – Output path for the downloaded dataset