-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
44 lines (41 loc) · 1.37 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
base_dir: "/datasets/internal/hssd"
base_url: ??? # base url for scene builder API requests
structured3d_path: ??? # base path to structured3d architecture files
scene_builder:
arch_db:
metadata: .data/datasets/structured3d/structured3d.rooms.csv
path: "${base_url}/${structured3d_path}/arch/{scene_id}.arch.json"
scene_db:
path: "${base_dir}/fpsb/scenes/cluttered/scenestate"
model_db:
mesh_dir: "${base_dir}/hssd-hab/objects"
collision_mesh_dir: "${base_dir}/hssd-hab/objects"
generation: # TODO: make a separate configuration for this
output_dir: ???
metadata_file: ???
guidance_scale: 15.0
batch_size: 1
retrieval:
embedding_dir: .data/embeddings
embedding_field: f_openshape_p_1280 # for solr retrieval
threed_future_object_ids: .data/datasets/threed_future/threed_future_object_ids.json
top_k: 10
size_threshold: 0.25
defaults:
up: [0, 1, 0]
front: [0, 0, 1]
default_object_gen_method: "retrieve"
default_object_retrieve_type: "category"
text_encoder: "ViT-bigG-14"
solr_url: ???
defaults:
- _self_
- layout_generator@layout: layout_mapping
- scene_parser@parser: parser_mapping
- arch_generator@arch: arch_generator_mapping
hydra:
# disable changing of cwd as it interferes with flask auto-restart
run:
dir: .
# output files creation
output_subdir: null