-
Notifications
You must be signed in to change notification settings - Fork 13
/
data_args.py
29 lines (25 loc) · 1.02 KB
/
data_args.py
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
PATH_TO_DATASET = 'PATH_TO_DATASET'
#########################################################
DATA_NAME = 'star_flower'
surface_type = 'coacd_remesh'
coacd_threshold = .8
pattern_rate = 1 / 8 # scale factor of sampling patch pixel gap relative to the base mesh's average edge length
#########################################################
# DATA_NAME = 'wall'
# surface_type = 'coacd_remesh'
# coacd_threshold = 1.
# pattern_rate = 1 / 16 # scale factor of sampling patch pixel gap relative to the base mesh's average edge length
# optimize_gamma = True
#########################################################
# DATA_NAME = 'durian'
# surface_type = 'coacd_remesh'
# coacd_threshold = .1
# pattern_rate = 1 / 16 # scale factor of sampling patch pixel gap relative to the base mesh's average edge length
#########################################################
# data = 'putian_flower'
# surface_type = 'coacd_remesh'
# coacd_threshold = .8
# pattern_rate = 1 / 16
# # opt.preload = False
# light_model = 'None'
# dir_degree = 0