Skip to content

Instantly share code, notes, and snippets.

@yoninachmany
Created November 13, 2019 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoninachmany/04eef1b30bb42924911cbea3a4601b34 to your computer and use it in GitHub Desktop.
Save yoninachmany/04eef1b30bb42924911cbea3a4601b34 to your computer and use it in GitHub Desktop.
# Configuration related to a specific dataset.
# For syntax see: https://github.com/toml-lang/toml#table-of-contents
# Dataset specific common attributes.
[common]
# The slippy map dataset's base directory.
dataset = '/tmp/data/dataset/'
# Human representation for classes.
classes = ['background', 'building']
# Color map for visualization and representing classes in masks.
# Note: available colors can be found in `robosat/colors.py`
colors = ['denim', 'orange']
# Dataset specific class weights computes on the training data.
# Note: use `./rs weights -h` to compute these for new datasets.
[weights]
values = [1.50218, 11.113956]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment