-
Notifications
You must be signed in to change notification settings - Fork 2
/
mymethod.json
38 lines (38 loc) · 1.63 KB
/
mymethod.json
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
{
"info": {
"teapot_scene001": {
"view": [
{
"output_image": "examples/test/mymethod/teapot_scene001/val_000000_opt.png",
"target_image": "examples/data/teapot_scene001/test/0000.exr"
}
],
"light": [
{
"output_image": "examples/test/mymethod/teapot_scene001/teapot_scene006/val_000010_opt.png",
"target_image": "examples/data/teapot_scene006/test/0061.exr"
}
],
"geometry": [
{
"output_depth": "examples/test/mymethod/teapot_scene001/depth_000000.exr",
"target_depth": "examples/data/teapot_scene001/z_maps/0000.npy",
"output_normal": "examples/test/mymethod/teapot_scene001/normal_000000.exr",
"target_normal": "examples/data/teapot_scene001/normal_maps/0000.npy",
"target_mask": "examples/data/teapot_scene001/test_mask/0000.png"
}
],
"material": [
{
"output_image": "examples/test/mymethod/teapot_scene001/val_000000_kd.png",
"target_image": "examples/data/teapot_scene001/albedo_maps/0000.png",
"target_mask": "examples/data/teapot_scene001/test_mask/0000.png"
}
],
"shape": {
"output_mesh": "examples/test/mymethod/teapot_scene001/output_mesh_world.obj",
"target_mesh": "examples/data/teapot_scene001/mesh.obj"
}
}
}
}