Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 756 Bytes

project-structure.md

File metadata and controls

16 lines (14 loc) · 756 Bytes

CV Project Structure

Folder structure

  • data: folder for holding your input data
  • output: folder for holding any final outputs
  • preprocess: folder for holding scripts to preprocess data
  • transforms: folder for holding any data transformation scripts
  • common: folder for holding common utility functions used in the project
  • visualization: folder for holding any scripts for visualizing outputs
  • models: folder for holding custom or existing models code
  • dataloading: folder for holding all scripts for handling data
  • root: root of the project
    • run.yaml: yaml file to configure which experiments to run
    • README.md: markdown file describing the project
    • config.yaml: yaml file to configure environment variables for google colab