Update data: 4 units
Browse files- visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input
- visual_media/uv_reproduction/uv_reproduction_anime_singing_girl/input
- visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input
- visual_media/uv_reproduction/uv_reproduction_samurai/input
- tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/manifest.json +13 -0
- tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/panda_raw.obj +0 -0
- tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/back.png +3 -0
- tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/bottom_front.png +3 -0
- tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/front.png +3 -0
- tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/left.png +3 -0
- tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/right.png +3 -0
- tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/top_front.png +3 -0
- tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/task_brief.md +16 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_anime_singing_girl/input/manifest.json +0 -2
- tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/manifest.json +12 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/muji_paper_bag_raw.obj +0 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/back.png +3 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/front.png +3 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/left.png +3 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/right.png +3 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/views_manifest.json +26 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_samurai/input/reference_images/target_material_preview.png +3 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_samurai/input/samurai.mtl +62 -0
- tasks/visual_media/uv_reproduction/uv_reproduction_samurai/input/samurai.obj +0 -0
tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/manifest.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "sub_benchmark_input_manifest/v1",
|
| 3 |
+
"project_name": "stylized_panda",
|
| 4 |
+
"primary_object": "input/panda_raw.obj",
|
| 5 |
+
"reference_images": [
|
| 6 |
+
"input/reference_images/front.png",
|
| 7 |
+
"input/reference_images/back.png",
|
| 8 |
+
"input/reference_images/left.png",
|
| 9 |
+
"input/reference_images/right.png",
|
| 10 |
+
"input/reference_images/top_front.png",
|
| 11 |
+
"input/reference_images/bottom_front.png"
|
| 12 |
+
]
|
| 13 |
+
}
|
tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/panda_raw.obj
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/back.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/bottom_front.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/front.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/left.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/right.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/reference_images/top_front.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_material_reproduction_stylized_panda/input/task_brief.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Stylized Panda UV + Material Reproduction
|
| 2 |
+
|
| 3 |
+
Use Blender to recreate the UV unwrap and textured material appearance of the provided Panda model.
|
| 4 |
+
|
| 5 |
+
Official input:
|
| 6 |
+
- White model OBJ: `input/panda_raw.obj`
|
| 7 |
+
- Reference renders: `input/reference_images/`
|
| 8 |
+
|
| 9 |
+
Required submission:
|
| 10 |
+
- `output/submission/panda.obj`
|
| 11 |
+
- `output/submission/material.mtl`
|
| 12 |
+
- texture files referenced by your material under `output/submission/textures/`
|
| 13 |
+
|
| 14 |
+
Important:
|
| 15 |
+
- Keep the model aligned in world space
|
| 16 |
+
- Do not modify files outside `output/submission`
|
tasks/visual_media/uv_reproduction/uv_reproduction_anime_singing_girl/input/manifest.json
CHANGED
|
@@ -4,8 +4,6 @@
|
|
| 4 |
"primary_object": "input/singing_raw.obj",
|
| 5 |
"reference_image_dir": "input/reference_images",
|
| 6 |
"reference_images": [
|
| 7 |
-
"input/reference_images/target_uv_layout.png",
|
| 8 |
-
"input/reference_images/target_checker_preview.png",
|
| 9 |
"input/reference_images/target_material_preview.png"
|
| 10 |
]
|
| 11 |
}
|
|
|
|
| 4 |
"primary_object": "input/singing_raw.obj",
|
| 5 |
"reference_image_dir": "input/reference_images",
|
| 6 |
"reference_images": [
|
|
|
|
|
|
|
| 7 |
"input/reference_images/target_material_preview.png"
|
| 8 |
]
|
| 9 |
}
|
tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/manifest.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "sub_benchmark_input_manifest/v1",
|
| 3 |
+
"project_name": "muji_paper_bag",
|
| 4 |
+
"primary_object": "input/muji_paper_bag_raw.obj",
|
| 5 |
+
"reference_image_dir": "input/reference_images",
|
| 6 |
+
"reference_images": [
|
| 7 |
+
"input/reference_images/front.png",
|
| 8 |
+
"input/reference_images/back.png",
|
| 9 |
+
"input/reference_images/left.png",
|
| 10 |
+
"input/reference_images/right.png"
|
| 11 |
+
]
|
| 12 |
+
}
|
tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/muji_paper_bag_raw.obj
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/back.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/front.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/left.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/right.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_reproduction_muji_paper_bag/input/reference_images/views_manifest.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "front",
|
| 4 |
+
"azimuth_deg": 0.0,
|
| 5 |
+
"elevation_deg": 18.0,
|
| 6 |
+
"image": "input/reference_images/front.png"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"name": "back",
|
| 10 |
+
"azimuth_deg": 180.0,
|
| 11 |
+
"elevation_deg": 18.0,
|
| 12 |
+
"image": "input/reference_images/back.png"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"name": "left",
|
| 16 |
+
"azimuth_deg": 90.0,
|
| 17 |
+
"elevation_deg": 18.0,
|
| 18 |
+
"image": "input/reference_images/left.png"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"name": "right",
|
| 22 |
+
"azimuth_deg": 270.0,
|
| 23 |
+
"elevation_deg": 18.0,
|
| 24 |
+
"image": "input/reference_images/right.png"
|
| 25 |
+
}
|
| 26 |
+
]
|
tasks/visual_media/uv_reproduction/uv_reproduction_samurai/input/reference_images/target_material_preview.png
ADDED
|
Git LFS Details
|
tasks/visual_media/uv_reproduction/uv_reproduction_samurai/input/samurai.mtl
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Blender MTL File: 'None'
|
| 2 |
+
# Material Count: 6
|
| 3 |
+
|
| 4 |
+
newmtl M_Map01
|
| 5 |
+
Ns 179.999996
|
| 6 |
+
Ka 1.000000 1.000000 1.000000
|
| 7 |
+
Kd 0.500000 0.500000 0.500000
|
| 8 |
+
Ks 2.000000 2.000000 2.000000
|
| 9 |
+
Ke 0.0 0.0 0.0
|
| 10 |
+
Ni 1.450000
|
| 11 |
+
d 1.000000
|
| 12 |
+
illum 2
|
| 13 |
+
|
| 14 |
+
newmtl M_Map02
|
| 15 |
+
Ns 179.999996
|
| 16 |
+
Ka 1.000000 1.000000 1.000000
|
| 17 |
+
Kd 0.500000 0.500000 0.500000
|
| 18 |
+
Ks 2.000000 2.000000 2.000000
|
| 19 |
+
Ke 0.0 0.0 0.0
|
| 20 |
+
Ni 1.450000
|
| 21 |
+
d 1.000000
|
| 22 |
+
illum 2
|
| 23 |
+
|
| 24 |
+
newmtl M_Map03
|
| 25 |
+
Ns 179.999996
|
| 26 |
+
Ka 1.000000 1.000000 1.000000
|
| 27 |
+
Kd 0.500000 0.500000 0.500000
|
| 28 |
+
Ks 2.000000 2.000000 2.000000
|
| 29 |
+
Ke 0.0 0.0 0.0
|
| 30 |
+
Ni 1.450000
|
| 31 |
+
d 1.000000
|
| 32 |
+
illum 2
|
| 33 |
+
|
| 34 |
+
newmtl M_Map04
|
| 35 |
+
Ns 179.999996
|
| 36 |
+
Ka 1.000000 1.000000 1.000000
|
| 37 |
+
Kd 0.500000 0.500000 0.500000
|
| 38 |
+
Ks 2.000000 2.000000 2.000000
|
| 39 |
+
Ke 0.0 0.0 0.0
|
| 40 |
+
Ni 1.450000
|
| 41 |
+
d 1.000000
|
| 42 |
+
illum 2
|
| 43 |
+
|
| 44 |
+
newmtl M_Map_weapons
|
| 45 |
+
Ns 179.999996
|
| 46 |
+
Ka 1.000000 1.000000 1.000000
|
| 47 |
+
Kd 0.500000 0.500000 0.500000
|
| 48 |
+
Ks 2.000000 2.000000 2.000000
|
| 49 |
+
Ke 0.0 0.0 0.0
|
| 50 |
+
Ni 1.450000
|
| 51 |
+
d 1.000000
|
| 52 |
+
illum 2
|
| 53 |
+
|
| 54 |
+
newmtl M_subsurface
|
| 55 |
+
Ns 179.999996
|
| 56 |
+
Ka 1.000000 1.000000 1.000000
|
| 57 |
+
Kd 0.500000 0.500000 0.500000
|
| 58 |
+
Ks 2.000000 2.000000 2.000000
|
| 59 |
+
Ke 0.0 0.0 0.0
|
| 60 |
+
Ni 1.450000
|
| 61 |
+
d 1.000000
|
| 62 |
+
illum 2
|
tasks/visual_media/uv_reproduction/uv_reproduction_samurai/input/samurai.obj
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|