SYMBOL INDEX (53 symbols across 11 files) FILE: examples/cowc/object_detection.py class CowcObjectDetectionExperiments (line 8) | class CowcObjectDetectionExperiments(rv.ExperimentSet): method exp_main (line 9) | def exp_main(self, raw_uri, processed_uri, root_uri, test=False, use_t... FILE: examples/potsdam/semantic_segmentation.py class PotsdamSemanticSegmentation (line 8) | class PotsdamSemanticSegmentation(rv.ExperimentSet): method exp_main (line 9) | def exp_main(self, raw_uri, processed_uri, root_uri, test=False, use_t... FILE: examples/spacenet/rio/chip_classification.py class ChipClassificationExperiments (line 10) | class ChipClassificationExperiments(rv.ExperimentSet): method exp_main (line 11) | def exp_main(self, raw_uri, processed_uri, root_uri, test=False, use_t... FILE: examples/spacenet/rio/semantic_segmentation.py class SemanticSegmentationExperiments (line 10) | class SemanticSegmentationExperiments(rv.ExperimentSet): method exp_main (line 11) | def exp_main(self, raw_uri, processed_uri, root_uri, test=False): FILE: examples/spacenet/vegas/all.py class SpacenetConfig (line 14) | class SpacenetConfig(object): method __init__ (line 15) | def __init__(self, raw_uri): method create (line 19) | def create(raw_uri, target): method get_raster_source_uri (line 27) | def get_raster_source_uri(self, id): method get_geojson_uri (line 32) | def get_geojson_uri(self, id): method get_scene_ids (line 37) | def get_scene_ids(self): method get_class_map (line 47) | def get_class_map(self): method get_class_id_to_filter (line 51) | def get_class_id_to_filter(self): class VegasRoads (line 55) | class VegasRoads(SpacenetConfig): method __init__ (line 56) | def __init__(self, raw_uri): method get_class_map (line 64) | def get_class_map(self): method get_class_id_to_filter (line 71) | def get_class_id_to_filter(self): class VegasBuildings (line 75) | class VegasBuildings(SpacenetConfig): method __init__ (line 76) | def __init__(self, raw_uri): method get_class_map (line 84) | def get_class_map(self): method get_class_id_to_filter (line 91) | def get_class_id_to_filter(self): function build_scene (line 95) | def build_scene(task, spacenet_config, id, channel_order=None, vector_ti... function build_dataset (line 166) | def build_dataset(task, spacenet_config, test, vector_tile_options=None): function build_task (line 203) | def build_task(task_type, class_map): function build_backend (line 233) | def build_backend(task, test): function str_to_bool (line 290) | def str_to_bool(x): function validate_options (line 301) | def validate_options(task_type, target, vector_tile_options=None): class VectorTileOptions (line 320) | class VectorTileOptions(): method __init__ (line 321) | def __init__(self, uri, zoom, id_field): method build (line 327) | def build(config_str): class SpacenetVegas (line 335) | class SpacenetVegas(rv.ExperimentSet): method exp_main (line 336) | def exp_main(self, raw_uri, root_uri, test=False, FILE: examples/spacenet/vegas/hyperparameters.py function build_backend (line 9) | def build_backend(task, test, learning_rate): class HyperParameterSearch (line 32) | class HyperParameterSearch(rv.ExperimentSet): method exp_main (line 33) | def exp_main(self, raw_uri, root_uri, test=False, learning_rates='0.00... FILE: examples/spacenet/vegas/simple_segmentation.py class SpacenetVegasSimpleSegmentation (line 18) | class SpacenetVegasSimpleSegmentation(rv.ExperimentSet): method exp_main (line 19) | def exp_main(self, raw_uri, root_uri, test=False): FILE: examples/test.py function run_experiment (line 142) | def run_experiment(exp_cfg, root_uri, test=True, remote=False, commands=... function collect_experiment (line 171) | def collect_experiment(key, root_uri, output_dir, get_pred_package=False): function validate_keys (line 201) | def validate_keys(keys): function test (line 209) | def test(): function run (line 219) | def run(root_uri, keys, test, remote, commands): function collect (line 236) | def collect(root_uri, output_dir, keys, get_pred_package): function collect_eval_dir (line 248) | def collect_eval_dir(root_uri): FILE: examples/utils.py function str_to_bool (line 18) | def str_to_bool(x): function get_scene_info (line 29) | def get_scene_info(csv_uri): function save_image_crop (line 35) | def save_image_crop(image_uri, crop_uri, label_uri=None, size=600, FILE: examples/xview/object_detection.py class ObjectDetectionExperiments (line 8) | class ObjectDetectionExperiments(rv.ExperimentSet): method exp_xview (line 9) | def exp_xview(self, raw_uri, processed_uri, root_uri, test=False): FILE: qgis/spacenet_viz.py function clear_layers (line 10) | def clear_layers():